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 (
|
||||
<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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
© datHere Inc. By using qsv pro and/or this site,
|
||||
you agree to our{" "}
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue