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"