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