From 7b2cb9548b0c47cd46072e7c76feaa5db7a12a70 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:17:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 91 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b83a525..f7063c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -59,13 +49,9 @@ export default function LandingPage() { description="Welcome to Qasr Al Sham in Uppsala. Experience the authentic taste of the Middle East with our signature crispy broasted chicken and traditional dishes prepared with fresh ingredients and love." buttons={[ { - text: "Order Online", - href: "#menu", - }, + text: "Order Online", href: "#menu"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg" imageAlt="Qasr Al Sham restaurant interior" @@ -78,8 +64,7 @@ export default function LandingPage() { title="A Taste of Tradition in Uppsala" buttons={[ { - text: "Read More", - }, + text: "Read More"}, ]} /> @@ -92,41 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Broasted Chicken", - price: "145 kr", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg", - }, + id: "p1", name: "Signature Broasted Chicken", price: "145 kr", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-dish-with-fried-chicken-fries-isolated-black-background_181624-56189.jpg"}, { - id: "p2", - name: "Traditional Mezze Plate", - price: "110 kr", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-olives-bread-top-view_141793-4451.jpg", - }, + id: "p2", name: "Traditional Mezze Plate", price: "110 kr", imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-olives-bread-top-view_141793-4451.jpg"}, { - id: "p3", - name: "Classic Shawarma Platter", - price: "135 kr", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-meat-with-pomegranate-walnuts_140725-6054.jpg", - }, + id: "p3", name: "Classic Shawarma Platter", price: "135 kr", imageSrc: "http://img.b2bpic.net/free-photo/boiled-meat-with-pomegranate-walnuts_140725-6054.jpg"}, { - id: "p4", - name: "Fresh Falafel Bowl", - price: "120 kr", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-delicious-vegetable-meatballs_181624-13538.jpg", - }, + id: "p4", name: "Fresh Falafel Bowl", price: "120 kr", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-delicious-vegetable-meatballs_181624-13538.jpg"}, { - id: "p5", - name: "Middle Eastern Sweets", - price: "85 kr", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-meal-high-angle_23-2148825084.jpg", - }, + id: "p5", name: "Middle Eastern Sweets", price: "85 kr", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-meal-high-angle_23-2148825084.jpg"}, { - id: "p6", - name: "Mixed Grill Skewers", - price: "165 kr", - imageSrc: "http://img.b2bpic.net/free-photo/variations-beef-lamp-rack-kebab-grill-with-hot-bbq-sauce-onion-salad_114579-117.jpg", - }, + id: "p6", name: "Mixed Grill Skewers", price: "165 kr", imageSrc: "http://img.b2bpic.net/free-photo/variations-beef-lamp-rack-kebab-grill-with-hot-bbq-sauce-onion-salad_114579-117.jpg"}, ]} title="Our Menu" description="Discover our selection of authentic Middle Eastern dishes, from our famous broasted chicken to fresh appetizers and grilled specialties." @@ -135,44 +96,20 @@ export default function LandingPage() {
-- 2.49.1