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

@@ -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",
},
{