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 }}
|
||||
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> */}
|
||||
<img
|
||||
src={qsvProLogo.src}
|
||||
alt="qsv pro logo"
|
||||
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>
|
||||
</motion.div>
|
||||
<motion.div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue