From 46e500bfe3098985338d03510c0dd4e575805227 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:00:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5431e4e..629c947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,9 @@ export default function LandingPage() { description="Celebrity Images Barbershop" subdescription="Est. 2010 | Downtown Location" icon={Heart} - videoSrc="/videos/placeholder.mp4" - videoAriaLabel="About Celebrity Images Barbershop" + imageSrc="http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286079.jpg" + imageAlt="Barbershop owner portrait" + mediaAnimation="none" useInvertedBackground={false} /> @@ -88,8 +89,8 @@ export default function LandingPage() { description="We specialize in classic barbering techniques combined with modern styling expertise. Every service is tailored to your unique style and needs." tag="What We Offer" tagIcon={Zap} - videoSrc="/videos/placeholder.mp4" - videoAriaLabel="Premium barbering services demonstration" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-shaving-beard-young-customer-towel-with-blade_181624-54554.jpg" + imageAlt="Professional beard grooming" accordionItems={[ { id: "haircuts", title: "Classic & Modern Haircuts", content: "From timeless classics to contemporary cuts, our expert barbers deliver precision haircuts that complement your face shape and personal style. Each cut includes a complimentary shampoo and styling." -- 2.49.1