ios and homepage spline remove test

This commit is contained in:
priyanshuvish
2025-07-29 16:34:16 +05:30
parent 297d0a210c
commit 6892619a7a
2 changed files with 9 additions and 6 deletions

View File

@@ -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>

View File

@@ -180,11 +180,12 @@ const IOSHeroWithCTA = () => {
transition={{ duration: 0.8, delay: 0.2 }}
className="relative flex flex-col items-center w-full"
>
<div className="w-full h-[400px] overflow-hidden rounded-xl">
{" "}
<div className="absolute w-[160px] h-[46px] bg-[#000000] bottom-[3%] right-[1%]"></div>
<div className="w-full h-[490px] overflow-hidden rounded-xl pointer-events-none">
{/* {" "} */}
<Spline
scene="https://prod.spline.design/3GGwAe3v1Q7oobGU/scene.splinecode"
className="w-full h-full"
// className="w-[40%] h-full"
/>
</div>
</motion.div>
@@ -678,7 +679,8 @@ const IOSTechStack = () => {
name: "Swift",
logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swift/swift-original.svg",
},
{ name: "SwiftUI",
{
name: "SwiftUI",
logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swift/swift-plain.svg",
},
{