From aa6af6052759129487cea6905fb7c1328605d1ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:15:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba691ae..6da8fe4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { tagAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", imageAlt: "Professional barber crafting precision cuts" + videoSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", imageAlt: "Professional barber crafting precision cuts" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186518.jpg", imageAlt: "Luxury grooming and styling services" + videoSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186518.jpg", imageAlt: "Luxury grooming and styling services" } ]} mediaAnimation="blur-reveal" @@ -64,6 +64,7 @@ export default function LandingPage() { { text: "Explore Services", href: "#services" } ]} buttonAnimation="blur-reveal" + scrollEffect="parallax" /> @@ -286,4 +287,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1