From d3478097acf4cc9c030b9f12fc301d43635aeca1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:01:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 216 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 825793c..cc60ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,105 +28,48 @@ export default function LandingPage() {
@@ -136,9 +79,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Dajaj Hamoud?" description={[ - "In a city known for chicken, we set the standard. Every dish is crafted with precision, freshness, and passion.", - "From our signature rotisserie chicken to our crispy croustillant mixte, we deliver excellence in every bite.", - ]} + "In a city known for chicken, we set the standard. Every dish is crafted with precision, freshness, and passion.", "From our signature rotisserie chicken to our crispy croustillant mixte, we deliver excellence in every bite."]} /> @@ -149,42 +90,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Rotisserie Chicken", - price: "150 DH", - imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=1", - }, - { - id: "2", - name: "Croustillant Mixte", - price: "85 DH", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=1", - }, - { - id: "3", - name: "Fresh Garden Salad", - price: "45 DH", - imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=1", - }, - { - id: "4", - name: "Signature Dip", - price: "10 DH", - imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=2", - }, - { - id: "5", - name: "Spiced Fries", - price: "25 DH", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=2", - }, - { - id: "6", - name: "Daily Special", - price: "120 DH", - imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=2", - }, + { id: "1", name: "Rotisserie Chicken", price: "150 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg" }, + { id: "2", name: "Croustillant Mixte", price: "85 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg" }, + { id: "3", name: "Fresh Garden Salad", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg" }, + { id: "4", name: "Signature Dip", price: "10 DH", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg" }, + { id: "5", name: "Spiced Fries", price: "25 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg" }, + { id: "6", name: "Daily Special", price: "120 DH", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg" }, ]} title="Signature Dishes" description="Premium ingredients, perfect seasoning, and unmatched flavor." @@ -195,31 +106,11 @@ export default function LandingPage() { @@ -245,37 +135,17 @@ export default function LandingPage() {