From 9ce6ab762b0764e7ca5ed59c4dd61ed2d34fe9bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:06:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2333a4b..7214da0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From f612f85ffc90dd969465b9461feda9acdab9f951 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:06:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cfb2c5..473d40e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1