From 9763dc6bf0f340d2fd9fb431fe285a2dfb546e10 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:49:29 +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 7d1a854..4a8e2cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -98,13 +98,13 @@ export default function LandingPage() { description="See the visible transformation our detailing services deliver" products={[ { - id: "1", name: "Interior Restoration", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=1", imageAlt: "Interior detailing transformation", initialQuantity: 1, + id: "1", name: "Interior Restoration", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "Interior detailing transformation", initialQuantity: 1, }, { id: "2", name: "Paint Polishing", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301377.jpg", imageAlt: "Paint polishing results", initialQuantity: 1, }, { - id: "3", name: "Deep Clean Results", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=2", imageAlt: "Deep cleaning transformation", initialQuantity: 1, + id: "3", name: "Deep Clean Results", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "Deep cleaning transformation", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -183,7 +183,7 @@ export default function LandingPage() { { text: "Call Now (504) 201-4007", href: "tel:(504) 201-4007" }, { text: "Get Free Quote", href: "#" }, ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} /> -- 2.49.1