From 6b70e3942092e850c0548d39f93135c09ed0629d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:25:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59615b9..d41ceff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Book Appointment Online", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vintage-room-with-wooden-table_1203-564.jpg", imageAlt: "Modern welcoming salon interior" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4", imageAlt: "Modern welcoming salon interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", imageAlt: "Professional stylist working" } ]} mediaAnimation="slide-up" @@ -127,7 +127,7 @@ export default function LandingPage() { { id: "1", brand: "Style", name: "Transformation 1", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/attractive-barber-shaving-hair-client_23-2147778750.jpg" }, { id: "2", brand: "Style", name: "Transformation 2", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-studio-fashion-portrait_1301-4486.jpg" }, { id: "3", brand: "Style", name: "Transformation 3", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg" }, - { id: "4", brand: "Style", name: "Transformation 4", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg" }, + { id: "4", brand: "Style", name: "Transformation 4", price: "", rating: 5, reviewCount: "1", imageSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, { id: "5", brand: "Style", name: "Transformation 5", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-teaching-sign-language_23-2148803694.jpg" }, { id: "6", brand: "Style", name: "Transformation 6", price: "", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/women-make-up-stand-each-other-apply-hair-rollers-mascara-use-eyelashes-curler-prepare-special-occasion-want-look-beautiful_273609-52775.jpg" }, ]} -- 2.49.1