From 3f45cd0fdc699fd16005ff14908516282a4da676 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4ebe9b..5cf6fbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { description="Kathmandu's favourite Asian restaurant and lounge, crafted for moments that matter." buttons={[{ text: "Reserve a Table", href: "#contact" }, { text: "View Our Menu", href: "#menu" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg", imageAlt: "dark luxury restaurant interior ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg", imageAlt: "dark luxury restaurant interior ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg", imageAlt: "dark luxury restaurant interior ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg", imageAlt: "dark luxury restaurant interior ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-copy-space_23-2148469855.jpg", imageAlt: "dark luxury restaurant interior ambiance" }, ]} /> @@ -68,6 +68,7 @@ export default function LandingPage() { { title: "Dine-in | Delivery", description: "Convenience meeting taste" }, ]} imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageAlt="elegant restaurant dining interior moody" mediaAnimation="slide-up" /> @@ -135,6 +136,7 @@ export default function LandingPage() { textarea={{ name: "Message", placeholder: "Your Request" }} buttonText="Send Reservation Request" imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageAlt="elegant restaurant dining interior moody" />