From 80cd29a662ac24649a49cd84c4141a1f535fb1f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 259 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8b6f14..c6b65b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,102 +45,57 @@ export default function LandingPage() {
@@ -159,17 +108,11 @@ export default function LandingPage() { description="Al Sufrah Bukhari isn't just a restaurant — it's a ritual. Named after the sufrah, the communal cloth spread on the floor for shared meals, we serve the flavors of the Arabian Peninsula the way they were meant to be enjoyed: together, generously, and without rush." bulletPoints={[ { - title: "Authentic Roots", - description: "Generations of tradition served daily.", - }, + title: "Authentic Roots", description: "Generations of tradition served daily."}, { - title: "Communal Spirit", - description: "Designed for families and gatherings.", - }, + title: "Communal Spirit", description: "Designed for families and gatherings."}, { - title: "Local Favorite", - description: "Located on Al Khair Street, Mabella.", - }, + title: "Local Favorite", description: "Located on Al Khair Street, Mabella."}, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-45938.jpg" mediaAnimation="slide-up" @@ -184,41 +127,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Special Lamb Bukhari Kabsa", - price: "1.5 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-plate-with-boiled-rice-with-raisins-barberries_141793-5173.jpg", - }, + id: "1", name: "Special Lamb Bukhari Kabsa", price: "1.5 OMR", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-plate-with-boiled-rice-with-raisins-barberries_141793-5173.jpg"}, { - id: "2", - name: "Chicken Tikka", - price: "1.2 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/two-kind-main-courses-with-potatoes-table_140725-5572.jpg", - }, + id: "2", name: "Chicken Tikka", price: "1.2 OMR", imageSrc: "http://img.b2bpic.net/free-photo/two-kind-main-courses-with-potatoes-table_140725-5572.jpg"}, { - id: "3", - name: "Special Foul with Tamees", - price: "0.3 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-kyukyu-omelet-with-herbs-pan_141793-4060.jpg", - }, + id: "3", name: "Special Foul with Tamees", price: "0.3 OMR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kyukyu-omelet-with-herbs-pan_141793-4060.jpg"}, { - id: "4", - name: "Mixed Grill Plate", - price: "1.8 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-table_140725-8625.jpg", - }, + id: "4", name: "Mixed Grill Plate", price: "1.8 OMR", imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-table_140725-8625.jpg"}, { - id: "5", - name: "Areeka Dessert", - price: "0.8 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-green-cream-dark-wall-cookie-biscuit-sweet-sugar-pie-cake_140725-53251.jpg", - }, + id: "5", name: "Areeka Dessert", price: "0.8 OMR", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-green-cream-dark-wall-cookie-biscuit-sweet-sugar-pie-cake_140725-53251.jpg"}, { - id: "6", - name: "Kunafa", - price: "1.0 OMR", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-kunefe-dessert-fried-vermicelli-with-syrup-cheese_140725-5559.jpg", - }, + id: "6", name: "Kunafa", price: "1.0 OMR", imageSrc: "http://img.b2bpic.net/free-photo/turkish-kunefe-dessert-fried-vermicelli-with-syrup-cheese_140725-5559.jpg"}, ]} title="Signature Dishes" description="Flavorful, authentic recipes passed down through tradition." @@ -227,30 +146,19 @@ export default function LandingPage() {