From 78189f1026ff0a392a98b50f100fc1d1ae2c7b98 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:22:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0804ac..f74bc96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" rating={5} ratingText="4.8★ - 500+ Happy Reviews" + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-bride-getting-ready_23-2149640900.jpg", imageAlt: "Luxury salon styling session" @@ -78,7 +79,7 @@ export default function LandingPage() { { id: "experts", value: "12+", description: "Expert Stylists" }, { id: "years", value: "10+", description: "Years Experience" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="bento-grid" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} -- 2.49.1