From 59b52188c68a75504e89b42428a89fae4c960eb3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:28:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++-------------------------------------- 1 file changed, 21 insertions(+), 91 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c706cbd..e8df3ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,13 +47,9 @@ export default function LandingPage() { description="London’s hidden gem for authentic falafel, rich coffee, and unforgettable hospitality." buttons={[ { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, { - text: "Visit Us", - href: "#contact", - }, + text: "Visit Us", href: "#contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg" @@ -75,14 +63,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "The London Times", - "Eater London", - "Timeout London", - "The Guardian", - "London Foodie", - "Standard Magazine", - "Daily Telegraph", - ]} + "The London Times", "Eater London", "Timeout London", "The Guardian", "London Foodie", "Standard Magazine", "Daily Telegraph"]} title="Loved by Everyone" description="Rated 5 stars by London's top critics and local food enthusiasts." /> @@ -96,53 +77,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Falafel Wrap", - price: "£8.50", - variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-if-chicken-bread-roll-with-vegetables-wooden-board_140725-11825.jpg?_wi=1", - imageAlt: "Falafel Wrap", - }, + id: "1", name: "Falafel Wrap", price: "£8.50", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-if-chicken-bread-roll-with-vegetables-wooden-board_140725-11825.jpg?_wi=1", imageAlt: "Falafel Wrap"}, { - id: "2", - name: "Halloumi Wrap", - price: "£9.00", - variant: "Grilled", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg?_wi=1", - imageAlt: "Halloumi Wrap", - }, + id: "2", name: "Classic Hummus", price: "£6.00", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/side-view-if-chicken-bread-roll-with-vegetables-wooden-board_140725-11825.jpg?_wi=2", imageAlt: "Classic Hummus"}, { - id: "3", - name: "Coffee & Sweets", - price: "£5.50", - variant: "Pairing", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-desserts-slate_23-2148689805.jpg?_wi=1", - imageAlt: "Coffee and Sweets", - }, + id: "3", name: "Fresh Falafel Plate", price: "£10.50", variant: "Signature", imageSrc: "https://img.freepik.com/free-photo/fried-falafel-balls-with-tahini-sauce-plate_23-2148560067.jpg", imageAlt: "Fresh Falafel Plate"}, { - id: "4", - name: "Classic Hummus", - price: "£6.00", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-if-chicken-bread-roll-with-vegetables-wooden-board_140725-11825.jpg?_wi=2", - imageAlt: "Classic Hummus", - }, + id: "4", name: "Taim Special Salad", price: "£7.50", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg?_wi=2", imageAlt: "Taim Special Salad"}, { - id: "5", - name: "Taim Special Salad", - price: "£7.50", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg?_wi=2", - imageAlt: "Taim Special Salad", - }, - { - id: "6", - name: "Baklava Box", - price: "£6.50", - variant: "Sweets", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-desserts-slate_23-2148689805.jpg?_wi=2", - imageAlt: "Baklava Box", - }, + id: "5", name: "Baklava Box", price: "£6.50", variant: "Sweets", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-desserts-slate_23-2148689805.jpg?_wi=2", imageAlt: "Baklava Box"}, ]} title="Signature Favourites" description="Our hand-selected menu of authentic, handcrafted delights." @@ -163,8 +106,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1