From f8e3d7d46ecb906fe4b15bcda593a0bdb55071a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:31:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31f032e..81fdc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,6 @@ export default function LandingPage() { description="With 15+ years of experience, we define classic barbering excellence in KL." useInvertedBackground={false} textboxLayout="default" - mediaAnimation="none" bulletPoints={[ { title: "Expert Barbers", description: "Certified professionals", icon: Scissors }, { title: "Premium Products", description: "High-end selection", icon: Scissors } @@ -71,6 +70,8 @@ export default function LandingPage() { names={["Barber Life", "Gentleman Weekly", "KL Style", "Classic Cuts"]} title="Trusted By Industry Leaders" description="Our expertise is recognized across the grooming industry." + textboxLayout="default" + useInvertedBackground={false} /> @@ -90,7 +91,9 @@ export default function LandingPage() { { id: "2", name: "David Lim", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-wearing-casual-outfit-standing-against-white-wall_114579-1142.jpg" } ]} cardTitle="What Our Clients Say" + cardTag="Feedback" cardAnimation="slide-up" + useInvertedBackground={false} /> @@ -101,8 +104,10 @@ export default function LandingPage() { { id: "2", title: "What services do you offer?", content: "We offer haircuts, beard trims, shaves, and premium styling treatments." } ]} title="Frequently Asked Questions" + description="Got questions? Find answers to commonly asked grooming queries here." faqsAnimation="opacity" textboxLayout="default" + useInvertedBackground={false} /> @@ -114,6 +119,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true } ]} + useInvertedBackground={false} /> -- 2.49.1