From 4a60ffa85640ff523f2399b2ef91a1b9c7bfa3ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:15:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02193df..f55aae1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background={{ variant: "none" }} + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Start a project", href: "#contact" } ]} buttonAnimation="blur-reveal" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} testimonials={[ { @@ -276,7 +276,7 @@ export default function LandingPage() { buttons={[ { text: "Get a quote", href: "#contact" } ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-6 py-16" contentClassName="text-center py-12" @@ -358,4 +358,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1