From 21f71bc689d50d410629b786dd2564e140b0c06b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:05:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80fac91..d4f7099 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,12 +64,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=1", imageAlt: "Barber tools"}, { imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=1", imageAlt: "Barber shop exterior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/cute-little-child-is-getting-trendy-haircut-from-barber-busy-barbershop_613910-20834.jpg", imageAlt: "Professional barber service"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg", imageAlt: "Expert grooming tools"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-sits-table-dog-spaying-by-professional_1157-48817.jpg", imageAlt: "Salon environment"}, ]} mediaAnimation="blur-reveal" /> @@ -145,6 +139,8 @@ export default function LandingPage() { title="Schedule your appointment" description="Fill in your email below and we'll be in touch to confirm your visit." onSubmit={(email) => console.log("Booking requested by:", email)} + background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -177,10 +173,6 @@ export default function LandingPage() { id: "2", name: "Rami", date: "8 months ago", title: "Excellent Service", quote: "Skilled barbers who really know what they are doing.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=2", imageAlt: "man happy after haircut"}, { id: "3", name: "Ali", date: "3 months ago", title: "Highly Recommend", quote: "The best place for a haircut in Irbid.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-trans-model-posing_23-2148905626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=2", imageAlt: "man happy after haircut"}, - { - id: "4", name: "Client Four", date: "1 year ago", title: "Consistent Quality", quote: "Always satisfied with the results.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg", imageAlt: "man happy after haircut"}, - { - id: "5", name: "Client Five", date: "1 year ago", title: "Friendly Staff", quote: "A very relaxing experience every visit.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=2", imageAlt: "man happy after haircut"}, ]} title="What Clients Say" description="Join our community of satisfied gentlemen." -- 2.49.1