From 1b5b5d7f4e1fcdde68b3d702e930943ea86eb7a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89707fb..cddca01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View Our Work", href: "#gallery" }, { text: "Get Free Quote", href: "#contact" } ]} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14764.jpg" imageAlt="Luxury Caribbean pool design" frameStyle="card" @@ -95,7 +95,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="opacity" tagAnimation="blur-reveal" /> -- 2.49.1