ios and homepage spline remove test
This commit is contained in:
@@ -14,7 +14,7 @@ export function HeroSection() {
|
||||
<GridPattern />
|
||||
|
||||
<div className="container mx-auto px-6 lg:px-8">
|
||||
<div className="flex flex-col-reverse lg:flex-row items-center gap-12 w-full py-24 relative z-10">
|
||||
<div className="flex flex-col-reverse lg:flex-row items-center gap-12 w-full relative z-10">
|
||||
{/* Left Content */}
|
||||
<motion.div
|
||||
className="w-full lg:w-1/2"
|
||||
@@ -116,7 +116,8 @@ export function HeroSection() {
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
transition={{ duration: 0.8, delay: 0.2 }}
|
||||
>
|
||||
<div className="w-full h-full overflow-hidden rounded-2xl">
|
||||
<div className="absolute w-[160px] h-[46px] bg-[#0e0e0e] bottom-[3%] right-[1%]"></div>
|
||||
<div className="w-full h-full overflow-hidden rounded-2xl pointer-events-none">
|
||||
<Spline scene="https://prod.spline.design/nwCSrO6RnOG0v1GV/scene.splinecode" />
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user