From ef2662ebbef17f25b5224cbc9619eed2b5e5f974 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:40:03 +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 deeb217..1bfee08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+919876543210" }, { text: "Get Quote", href: "#contact" } ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/wood-processing-factory_1112-1218.jpg" imageAlt="Amrit Trading Co. Timber Yard" mediaAnimation="slide-up" -- 2.49.1