mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
chore: add clarifications
This commit is contained in:
parent
5cf3eb55b0
commit
47ba0ee6e7
4 changed files with 10 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ const EmblaCarousel = (props) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="embla">
|
<div className="embla">
|
||||||
<div className="embla__viewport mb-4" ref={emblaMainRef}>
|
<div className="embla__viewport lg:mb-4" ref={emblaMainRef}>
|
||||||
<div className="embla__container">
|
<div className="embla__container">
|
||||||
{slides.map((slide, index) => (
|
{slides.map((slide, index) => (
|
||||||
<div key={index} className="embla__slide space-y-2">
|
<div key={index} className="embla__slide space-y-2">
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ export const Features0 = () => {
|
||||||
<li className="mb-4 flex">
|
<li className="mb-4 flex">
|
||||||
<CheckArrowIcon />
|
<CheckArrowIcon />
|
||||||
<span>
|
<span>
|
||||||
Begins process to scan and analysis file data
|
Begins scanning and analysis of compatible file data
|
||||||
after import
|
after import
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,12 @@ export const Features1 = () => {
|
||||||
Information (PII)
|
Information (PII)
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li className="mb-4 flex">
|
||||||
|
<CheckArrowIcon />
|
||||||
|
<span>
|
||||||
|
Reverse rows
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,8 @@ export const Footer = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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">
|
||||||
© datHere Inc. By using qsv pro and/or this site,
|
© datHere Inc. By using qsv pro and/or this site,
|
||||||
you agree to our{" "}
|
you agree to our{" "}
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue