From 324e46c2eb0ac04252347462d18762c7d54e79fc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:21:18 +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 3409668..70286aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" }, { text: "Call Now: 201-310-4144", href: "tel:201-310-4144" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/beautiful-teen-girl-trendy-shoes-gets-ready-prom_176420-8237.jpg" imageAlt="Professional balloon décor installation for events" mediaAnimation="slide-up" @@ -62,7 +62,7 @@ export default function LandingPage() { { id: "2", value: "5-Star", description: "Local Reviews" }, { id: "3", value: "Same-Day", description: "Response Available" }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1