From 17d1e83a7a313b2dc59b29c2b3e95acd7173c3e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:55:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8febe4..0756a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View My Work", href: "work" }, { text: "Get in Touch", href: "contact" } ]} - background={{ variant: "plain" }} + background={{ variant: "floatingGradient" }} imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-13525.jpg" imageAlt="Web design portfolio showcase" mediaAnimation="slide-up" @@ -211,7 +211,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#" }, { text: "Schedule a Consultation", href: "#" } ]} - background={{ variant: "plain" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} buttonAnimation="slide-up" tagAnimation="slide-up" -- 2.49.1