From 52bee850107b3b90854ae5a968f9a9c3074035f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:48:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++---------------------------------------- 1 file changed, 31 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e9f9d6..4a644b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Utensils } from "lucide-react"; +import { Utensils, Clock, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -31,51 +31,32 @@ export default function LandingPage() {
@@ -88,181 +69,54 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "مطبگ دجاج", - price: "15,000 د.ع", - variant: "طبق رئيسي", - imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-pizza_1339-2785.jpg", - }, + id: "1", name: "فلافل الأخوين المميزة", price: "1,000 د.ع", variant: "الأكثر طلباً", imageSrc: "http://img.b2bpic.net/free-photo/falafel-balls_144627-1428.jpg"}, { - id: "2", - name: "سمك مشوي", - price: "20,000 د.ع", - variant: "طبق رئيسي", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-pork-white-plate_1150-21299.jpg", - }, + id: "2", name: "صمون محشي بالفلافل", price: "1,500 د.ع", variant: "ساندوتش", imageSrc: "http://img.b2bpic.net/free-photo/shawarma-wrap_144627-512.jpg"}, { - id: "3", - name: "مشويات مشكلة", - price: "18,000 د.ع", - variant: "طبق رئيسي", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg", - }, + id: "3", name: "مقبلات طازجة", price: "2,000 د.ع", variant: "جانبي", imageSrc: "http://img.b2bpic.net/free-photo/hummus-bowl_144627-1982.jpg"}, { - id: "4", - name: "مقبلات شرقية", - price: "5,000 د.ع", - variant: "جانبي", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-hearty-vegetable-soup-with-red-beans-peas-carrots-tomatoes-garnished-with-fresh-basil-leaves_9975-124780.jpg", - }, - { - id: "5", - name: "بقلاوة", - price: "7,000 د.ع", - variant: "حلويات", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-decorated-with-orange-chocolate-with-other-cookies-dark-table-footage_140725-86315.jpg", - }, - { - id: "6", - name: "لبن طبيعي", - price: "2,000 د.ع", - variant: "مشروب", - imageSrc: "http://img.b2bpic.net/free-photo/lemon-slices-with-two-portions-salads-pepper-slices-serving-pan-marble-surface_114579-71218.jpg", - }, + id: "4", name: "عصير طبيعي", price: "1,000 د.ع", variant: "مشروبات", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juice_144627-987.jpg"}, ]} - title="أطباقنا المميزة" - description="اكتشف تشكيلتنا الواسعة من المأكولات الشرقية التي نحضرها بكل حب." - /> - - -
-
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1