Merge version_2 into main #10

Merged
bender merged 2 commits from version_2 into main 2026-03-03 11:06:45 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Explore My Work", href: "#projects" },
{ text: "Get In Touch", href: "#contact" }
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "floatingGradient" }}
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"
@@ -163,7 +163,7 @@ export default function LandingPage() {
{ text: "Send Email", href: "mailto:hello@example.com" },
{ text: "Schedule Call", href: "https://calendly.com" }
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "floatingGradient" }}
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"
@@ -210,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}