mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
chore: add v1 note about planned update
This commit is contained in:
parent
ada54b4baa
commit
49d926e6c2
2 changed files with 2 additions and 5 deletions
|
|
@ -89,16 +89,13 @@ export const Hero = () => {
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
transition={{ duration: 0.5, delay: 0.05 }}
|
transition={{ duration: 0.5, delay: 0.05 }}
|
||||||
>
|
>
|
||||||
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
|
<div className="grid grid-cols-1 sm:flex sm:ml-10 place-items-center justify-center items-center">
|
||||||
{/* <span>qsv pro</span> */}
|
{/* <span>qsv pro</span> */}
|
||||||
<img
|
<img
|
||||||
src={qsvProLogo.src}
|
src={qsvProLogo.src}
|
||||||
alt="qsv pro logo"
|
alt="qsv pro logo"
|
||||||
className="w-72 sm:w-96 lg:w-120"
|
className="w-72 sm:w-96 lg:w-120"
|
||||||
/>
|
/>
|
||||||
<p className="text-white font-['Inter'] text-xl mt-2 h-fit w-fit">
|
|
||||||
(preview)
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ export const Navbar = () => {
|
||||||
className="h-8"
|
className="h-8"
|
||||||
/>
|
/>
|
||||||
<small className="text-white font-['Inter'] text-xs mb-1 rounded-full px-1 border">
|
<small className="text-white font-['Inter'] text-xs mb-1 rounded-full px-1 border">
|
||||||
preview
|
Download v1 now! Website update is planned.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue