style: enhance mobile nav menu with blur backdrop and improve heading semantics
This commit is contained in:
@@ -55,7 +55,7 @@ export function HomeAbout() {
|
||||
className="aspect-1108/632 w-277 bg-linear-to-r from-[#80caff] to-[#4f46e5] opacity-20"
|
||||
/>
|
||||
</motion.div>
|
||||
<motion.p
|
||||
<motion.h1
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 1, delay: 1 }}
|
||||
@@ -63,7 +63,7 @@ export function HomeAbout() {
|
||||
>
|
||||
Enterprise AI Agents
|
||||
That Never Sleep.
|
||||
</motion.p>
|
||||
</motion.h1>
|
||||
<motion.p
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
|
Reference in New Issue
Block a user