From 242fd61e4fcc69880a770afdf47d952ba9985069 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++-------------------------------------- 1 file changed, 28 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae6837a..ee7a67f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,42 +44,21 @@ export default function LandingPage() {
@@ -171,23 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Fast Delivery", - description: "Hot and fresh to your door.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-pack_23-2149182235.jpg", - imageAlt: "Fast delivery", - }, + title: "Fast Delivery", description: "Hot and fresh to your door.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-pack_23-2149182235.jpg", imageAlt: "Fast delivery"}, { - title: "Easy Takeaway", - description: "Order and collect in minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-pizza-boxes-coffee-cups_140725-22264.jpg", - imageAlt: "Takeaway", - }, + title: "Easy Takeaway", description: "Order and collect in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-pizza-boxes-coffee-cups_140725-22264.jpg", imageAlt: "Takeaway"}, { - title: "Online Orders", - description: "Simple and secure checkout.", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg", - imageAlt: "Online ordering", - }, + title: "Online Orders", description: "Simple and secure checkout.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg", imageAlt: "Online ordering"}, ]} title="Enjoy Dubai Mangal Anywhere" description="Experience our authentic grill from the comfort of your home." @@ -198,18 +125,13 @@ export default function LandingPage() { @@ -219,29 +141,19 @@ export default function LandingPage() { logoText="Dubai Mangal" columns={[ { - title: "Info", - items: [ + title: "Info", items: [ { - label: "Al-Farabi Street 4, Taraz", - href: "#", - }, + label: "Al-Farabi Street 4, Taraz", href: "#"}, { - label: "Open Daily until 1 AM", - href: "#", - }, + label: "Open Daily until 1 AM", href: "#"}, ], }, { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Menu", - href: "#specialties", - }, + label: "Menu", href: "#specialties"}, { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, ], }, ]}