From 6d815e49da820ab0766268bb8f0088dbb0df1abd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:40:22 +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 b24d937..89f2396 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Salon & Spa" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/woman-s-hands-with-professional-cosmetic-tools-make-up-brush-powder-makeup-artist-studio-woman-wearing-white-costume_1157-51384.jpg" imageAlt="Luxury salon interior" buttons={[ @@ -134,7 +134,7 @@ export default function LandingPage() { id: "4", name: "Amanda Brooks", role: "Spa Manager", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg", imageAlt: "Amanda Brooks" }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} -- 2.49.1