diff --git a/src/app/page.tsx b/src/app/page.tsx index d1fdbdc..c37c2b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,6 +112,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" title="Master Barber" description="Our dedicated master barber ensures excellence in every service." + useInvertedBackground={false} members={[ { id: "t1", name: "Marcus", role: "Head Barber", description: "With over 10 years of experience, Marcus specializes in classic shaves and modern precision cuts.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18649.jpg" } ]} @@ -128,6 +129,7 @@ export default function LandingPage() { { id: "f3", title: "How early should I arrive?", content: "Please arrive 5 minutes before your scheduled slot." } ]} faqsAnimation="slide-up" + useInvertedBackground={false} />