From d1d75002bfe4211d26dfdb57bbf872f1d4fda3d1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:57:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c7cd17..add1a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,62 +48,39 @@ export default function LandingPage() {
@@ -121,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Taste in Quetta" description="For years, Mubarak Food & Restaurant has been the cornerstone of fine dining in Quetta. Branch 2 brings our unique blend of traditional spices and modern culinary craft closer to you." - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-cooking_23-2150980286.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-cooking_23-2150980286.jpg" /> @@ -133,47 +102,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Signature Biryani", - price: "Rs. 950", - variant: "Spicy", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-meat-grated-cheese_140725-3172.jpg", - }, + id: "1", name: "Signature Biryani", price: "Rs. 950", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-meat-grated-cheese_140725-3172.jpg"}, { - id: "2", - name: "Grilled Platter", - price: "Rs. 1800", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg", - }, + id: "2", name: "Grilled Platter", price: "Rs. 1800", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg"}, { - id: "3", - name: "Mubarak Special Curry", - price: "Rs. 1200", - variant: "Rich", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-nuts-figs-plate_23-2148352341.jpg", - }, + id: "3", name: "Mubarak Special Curry", price: "Rs. 1200", variant: "Rich", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-nuts-figs-plate_23-2148352341.jpg"}, { - id: "4", - name: "Traditional Dessert", - price: "Rs. 450", - variant: "Sweet", - imageSrc: "http://img.b2bpic.net/free-photo/layered-chocolate-cake-with-cacao-cream-garnished-with-berries_140725-8733.jpg", - }, + id: "4", name: "Traditional Dessert", price: "Rs. 450", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/layered-chocolate-cake-with-cacao-cream-garnished-with-berries_140725-8733.jpg"}, { - id: "5", - name: "Refreshment Lassi", - price: "Rs. 300", - variant: "Chilled", - imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg", - }, + id: "5", name: "Refreshment Lassi", price: "Rs. 300", variant: "Chilled", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg"}, { - id: "6", - name: "Family Feast Platter", - price: "Rs. 4500", - variant: "Mega", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-food_23-2149152890.jpg", - }, + id: "6", name: "Family Feast Platter", price: "Rs. 4500", variant: "Mega", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-food_23-2149152890.jpg"}, ]} title="Our Signature Specialties" description="Explore our curated selection of authentic dishes, prepared with fresh, locally-sourced ingredients." @@ -187,28 +126,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Traditional Recipes", - description: "Authentic techniques handed down through generations.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-seasoning-plate-food_23-2149646210.jpg", - imageAlt: "Male chef in the kitchen seasoning plate of food", + title: "Traditional Recipes", description: "Authentic techniques handed down through generations.", bentoComponent: "reveal-icon", icon: Flame, }, { - title: "Family Friendly", - description: "Spacious seating perfect for family gatherings.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-white-bread_140725-2110.jpg?_wi=2", - imageAlt: "Male chef in the kitchen seasoning plate of food", + title: "Family Friendly", description: "Spacious seating perfect for family gatherings.", bentoComponent: "reveal-icon", icon: Users, }, { - title: "Fast Delivery", - description: "Quick service for your convenience at home.", - bentoComponent: "reveal-icon", - icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cooking_23-2150980286.jpg?_wi=2", - imageAlt: "Male chef in the kitchen seasoning plate of food", + title: "Fast Delivery", description: "Quick service for your convenience at home.", bentoComponent: "reveal-icon", icon: Car, }, ]} title="Why Choose Branch 2?" @@ -218,28 +142,17 @@ export default function LandingPage() {
-- 2.49.1