From 3c75c54e771f7097ea55a6b9ffac2f9f6dc8e1ac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ec0257..16434fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { ratingAnimation="slide-up" avatarsAnimation="slide-up" avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", alt: "Customer" }]} + useInvertedBackground={false} /> @@ -75,6 +76,8 @@ export default function LandingPage() { title="Join Our Satisfied Clients" description="We pride ourselves on community focus and consistent results. Whether you need a fresh fade or a traditional shave, we are here for you." names={["Precision Fades", "Beard Trimming", "Hot Towel Shaves", "Professional Grooming", "Community Focused"]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -84,6 +87,7 @@ export default function LandingPage() { title="Visit Us in San Juan" description="Address: 205 Nolana Loop Suite 12, San Juan, TX 78589 | Phone: (956) 223-4409. Stop by to see why we are the top-rated choice for quality cuts." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1