From c9304fe15e83991b7c332202b200b5e2549177d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:14:32 +0000 Subject: [PATCH 1/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 f95d913..c9dab0b 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: "circleGradient" }} + background="animated-grid" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -276,7 +276,7 @@ export default function LandingPage() { buttons={[ { text: "Get a quote", href: "#contact" } ]} - background={{ variant: "plain" }} + background={{ variant: "animated-grid" }} 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 From e1439ba27a46c6a50f09f9da541e3f8b6276bcf9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:14:35 +0000 Subject: [PATCH 2/2] 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 c9dab0b..02193df 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="animated-grid" + background={{ variant: "none" }} 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: "animated-grid" }} + background={{ variant: "grid" }} useInvertedBackground={false} testimonials={[ { @@ -276,7 +276,7 @@ export default function LandingPage() { buttons={[ { text: "Get a quote", href: "#contact" } ]} - background={{ variant: "animated-grid" }} + background={{ variant: "grid" }} 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