From bf9708e30c2caf99a6a6911357565fb793b640a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:04:11 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 146 ++++++++------------------------------- 1 file changed, 28 insertions(+), 118 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f2670da..75afbc8 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -130,35 +76,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "gt1", - name: "Elena P.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-photo-food-while-having-lunch-restaurant_58466-16349.jpg", - imageAlt: "Smiling woman", - }, + id: "gt1", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-photo-food-while-having-lunch-restaurant_58466-16349.jpg", imageAlt: "Smiling woman"}, { - id: "gt2", - name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-espresso-cup-cafe_1170-589.jpg", - imageAlt: "Smiling man", - }, + id: "gt2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-espresso-cup-cafe_1170-589.jpg", imageAlt: "Smiling man"}, { - id: "gt3", - name: "Chloe T.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", - imageAlt: "Smiling couple", - }, + id: "gt3", name: "Chloe T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", imageAlt: "Smiling couple"}, { - id: "gt4", - name: "Leo V.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", - imageAlt: "Smiling student", - }, + id: "gt4", name: "Leo V.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", imageAlt: "Smiling student"}, { - id: "gt5", - name: "Sofia G.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg", - imageAlt: "Smiling family", - }, + id: "gt5", name: "Sofia G.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg", imageAlt: "Smiling family"}, ]} cardTitle="What Guests Love About Our Ambiance" cardTag="Visual Delights" @@ -174,45 +100,29 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Our Menu", - href: "/menu", - }, + label: "Our Menu", href: "/menu"}, ], }, { items: [ { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "Reviews", - href: "/reviews", - }, + label: "Reviews", href: "/reviews"}, { - label: "Reservations", - href: "/reservations", - }, + label: "Reservations", href: "/reservations"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}