From 57af86c0fe6bf6dd0c2dadda2dc6dc9f3e176e3b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:49:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 259 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b1d588..83e051e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,97 +47,51 @@ export default function LandingPage() { @@ -155,7 +101,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Taste" description="At Ai's Kitchen, we believe dining is an intimate conversation between the chef and the guest. We source seasonal, local ingredients to craft experiences that stay with you." - imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg" imageAlt="Chef at work" /> @@ -168,41 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "m1", - name: "Truffle Risotto", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=2", - }, + id: "m1", name: "Truffle Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg"}, { - id: "m2", - name: "Seared Scallops", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=2", - }, + id: "m2", name: "Seared Scallops", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg"}, { - id: "m3", - name: "Dark Chocolate Ganache", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=2", - }, + id: "m3", name: "Dark Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg"}, { - id: "m4", - name: "Wagyu Tenderloin", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg", - }, + id: "m4", name: "Wagyu Tenderloin", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg"}, { - id: "m5", - name: "Lobster Linguine", - price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/plate-azerbaijani-dish-khangal-square-pasta-served-with-minced-meat-onion_140725-4919.jpg", - }, + id: "m5", name: "Lobster Linguine", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/plate-azerbaijani-dish-khangal-square-pasta-served-with-minced-meat-onion_140725-4919.jpg"}, { - id: "m6", - name: "Artisanal Wine Flight", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crackers-with-cherry-confiture-glass-dishes_114579-17148.jpg", - }, + id: "m6", name: "Artisanal Wine Flight", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crackers-with-cherry-confiture-glass-dishes_114579-17148.jpg"}, ]} title="Our Signature Menu" description="Discover our hand-picked selections curated for the discerning palate." @@ -211,30 +133,16 @@ export default function LandingPage() {
@@ -361,25 +212,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { items: [ { - label: "Reservations", - href: "#", - }, + label: "Reservations", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1