10 Commits

Author SHA1 Message Date
8ef35f849f Update src/app/page.tsx 2026-03-03 11:23:42 +00:00
ef30e11be7 Update src/app/page.tsx 2026-03-03 11:20:30 +00:00
2c7fec4c01 Update src/app/page.tsx 2026-03-03 11:17:16 +00:00
6ee46ce688 Update src/app/page.tsx 2026-03-03 11:17:12 +00:00
dd31f42fd4 Update src/app/page.tsx 2026-03-03 11:16:28 +00:00
72f18a7fe1 Update src/app/page.tsx 2026-03-03 11:14:21 +00:00
434a2d5320 Update src/app/page.tsx 2026-03-03 11:14:19 +00:00
8ae1fc5fc5 Update src/app/page.tsx 2026-03-03 11:13:35 +00:00
b891a1fd92 Update src/app/page.tsx 2026-03-03 11:13:03 +00:00
f11da9a1ab Update src/app/page.tsx 2026-03-03 11:00:53 +00:00

View File

@@ -51,11 +51,10 @@ export default function LandingPage() {
{ text: "View Projects", href: "#projects" },
{ text: "Get In Touch", href: "#contact" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-vector/tp193-319-384-229-s30-audi-presentation-13_53876-114334.jpg"
imageAlt="Interactive 3D geometric shapes and floating elements"
frameStyle="card"
buttonAnimation="slide-up"
mediaAnimation="opacity"
containerClassName="min-h-screen flex flex-col items-center justify-center py-20"
logoClassName="text-6xl lg:text-8xl font-bold tracking-tight"
@@ -163,7 +162,7 @@ export default function LandingPage() {
{ text: "Send Email", href: "mailto:hello@example.com" },
{ text: "Schedule Call", href: "https://calendly.com" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
containerClassName="py-24 px-6"
contentClassName="max-w-2xl mx-auto bg-card/50 backdrop-blur-md rounded-2xl p-12 shadow-xl"