chore: add clarifications

This commit is contained in:
rzmk 2024-09-10 07:43:32 -04:00
parent 5cf3eb55b0
commit 47ba0ee6e7
No known key found for this signature in database
4 changed files with 10 additions and 3 deletions

View file

@ -35,7 +35,7 @@ const EmblaCarousel = (props) => {
return (
<div className="embla">
<div className="embla__viewport mb-4" ref={emblaMainRef}>
<div className="embla__viewport lg:mb-4" ref={emblaMainRef}>
<div className="embla__container">
{slides.map((slide, index) => (
<div key={index} className="embla__slide space-y-2">

View file

@ -52,7 +52,7 @@ export const Features0 = () => {
<li className="mb-4 flex">
<CheckArrowIcon />
<span>
Begins process to scan and analysis file data
Begins scanning and analysis of compatible file data
after import
</span>
</li>

View file

@ -42,6 +42,12 @@ export const Features1 = () => {
Information (PII)
</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
<span>
Reverse rows
</span>
</li>
</ul>
</div>
</div>

View file

@ -123,7 +123,8 @@ export const Footer = () => {
</div>
</div>
</div>
<p className="lg:text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4 hidden lg:block">
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">Some content shown may be from a paid plan of qsv pro or older versions of qsv pro.</p>
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
&copy; datHere Inc. By using qsv pro and/or this site,
you agree to our{" "}
<a