From dbe8a82f8e0fffbb1ec97c66d25276be0fa712d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 22:19:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d48ae7..5301b4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function LandingPage() { { text: "Book Table", href: "#contact" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Restaurant ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12774.jpg", imageAlt: "Whiskey selection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", imageAlt: "Patio evening" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg", imageAlt: "Gourmet prep" }, - { imageSrc: "http://img.b2bpic.net/free-photo/asian-waiter-making-recommendation-young-couple_1262-1428.jpg", imageAlt: "Bar service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brussels-sprout-soup-pots_23-2148486564.jpg", imageAlt: "Food quality" }, + { videoAriaLabel: "Restaurant ambiance" }, + { videoAriaLabel: "Whiskey selection" }, + { videoAriaLabel: "Patio evening" }, + { videoAriaLabel: "Gourmet prep" }, + { videoAriaLabel: "Bar service" }, + { videoAriaLabel: "Food quality" }, ]} />