diff --git a/src/app/page.tsx b/src/app/page.tsx index 14ce653..b4ce747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,82 +31,42 @@ export default function LandingPage() {
@@ -117,38 +77,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "خبز طازج يومياً", - descriptions: [ - "نخبز منتجاتنا طوال اليوم لضمان الجودة.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", - }, - { - id: "f2", - title: "حلويات شرقية وغربية", - descriptions: [ - "تشكيلة واسعة تناسب جميع الأذواق.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg", - }, - { - id: "f3", - title: "أسعار مناسبة", - descriptions: [ - "نقدم أفضل قيمة مقابل سعر في الرصيفة.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg", - }, - { - id: "f4", - title: "خدمة ممتازة", - descriptions: [ - "فريق عمل ودود لخدمتكم.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-golden-coffee-cups-jazzve-with-cookies-walnuts-black-surface_181624-7022.jpg", - }, + { id: "f1", title: "خبز طازج يومياً", descriptions: ["نخبز منتجاتنا طوال اليوم لضمان الجودة."], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg" }, + { id: "f2", title: "حلويات شرقية وغربية", descriptions: ["تشكيلة واسعة تناسب جميع الأذواق."], imageSrc: "http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg" }, + { id: "f3", title: "أسعار مناسبة", descriptions: ["نقدم أفضل قيمة مقابل سعر في الرصيفة."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg" }, + { id: "f4", title: "خدمة ممتازة", descriptions: ["فريق عمل ودود لخدمتكم."], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-golden-coffee-cups-jazzve-with-cookies-walnuts-black-surface_181624-7022.jpg" } ]} title="مميزاتنا" description="نلتزم بتقديم الجودة والطعم الأصيل." @@ -162,60 +94,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "مخبز", - name: "خبز عربي", - price: "5 ر.س", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862561.jpg", - }, - { - id: "p2", - brand: "حلويات", - name: "كعك", - price: "10 ر.س", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-christmas-decoration-cup_1162-201.jpg", - }, - { - id: "p3", - brand: "مخبز", - name: "كرواسون", - price: "7 ر.س", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-brown-bun-with-slices-marble-background_114579-48142.jpg", - }, - { - id: "p4", - brand: "مخبز", - name: "بيتزا", - price: "15 ر.س", - rating: 4, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/lemons-table_1162-211.jpg", - }, - { - id: "p5", - brand: "حلويات", - name: "معمول", - price: "20 ر.س", - rating: 5, - reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/preparating-grilled-buns-humburger_7502-9882.jpg", - }, - { - id: "p6", - brand: "حلويات", - name: "دونات", - price: "6 ر.س", - rating: 4, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg", - }, + { id: "p1", brand: "مخبز", name: "خبز عربي", price: "5 ر.س", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862561.jpg" }, + { id: "p2", brand: "حلويات", name: "كعك", price: "10 ر.س", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-christmas-decoration-cup_1162-201.jpg" }, + { id: "p3", brand: "مخبز", name: "كرواسون", price: "7 ر.س", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-brown-bun-with-slices-marble-background_114579-48142.jpg" }, + { id: "p4", brand: "مخبز", name: "بيتزا", price: "15 ر.س", rating: 4, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/lemons-table_1162-211.jpg" }, + { id: "p5", brand: "حلويات", name: "معمول", price: "20 ر.س", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/preparating-grilled-buns-humburger_7502-9882.jpg" }, + { id: "p6", brand: "حلويات", name: "دونات", price: "6 ر.س", rating: 4, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg" } ]} title="منتجاتنا الطازجة" description="نقدم تشكيلة متنوعة من المخبوزات والحلويات." @@ -226,15 +110,8 @@ export default function LandingPage() { @@ -245,27 +122,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10+", - title: "سنوات خبرة", - description: "في خدمة أهالي مكة.", - imageSrc: "http://img.b2bpic.net/free-photo/baker-leaning-rolling-pin-table-with-variety-breads_23-2147883497.jpg", - }, - { - id: "m2", - value: "5000+", - title: "عميل سعيد", - description: "ثقة عملائنا هي فخرنا.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-bread-slices-flour-bowl-wheat-raw-oatmeal-nude-color-towel-flower-pots-right-side-mixed-colors-background_179666-47063.jpg", - }, - { - id: "m3", - value: "100%", - title: "مكونات طازجة", - description: "نختار أجود المواد.", - imageSrc: "http://img.b2bpic.net/free-photo/baker-standing-table-with-variety-baked-breads_23-2147883500.jpg", - }, + { id: "m1", value: "10+", title: "سنوات خبرة", description: "في خدمة أهالي مكة.", imageSrc: "http://img.b2bpic.net/free-photo/baker-leaning-rolling-pin-table-with-variety-breads_23-2147883497.jpg" }, + { id: "m2", value: "5000+", title: "عميل سعيد", description: "ثقة عملائنا هي فخرنا.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-bread-slices-flour-bowl-wheat-raw-oatmeal-nude-color-towel-flower-pots-right-side-mixed-colors-background_179666-47063.jpg" }, + { id: "m3", value: "100%", title: "مكونات طازجة", description: "نختار أجود المواد.", imageSrc: "http://img.b2bpic.net/free-photo/baker-standing-table-with-variety-baked-breads_23-2147883500.jpg" } ]} title="لماذا يختارنا العملاء؟" description="الجودة والخدمة هما أساس نجاحنا." @@ -274,44 +133,15 @@ export default function LandingPage() {
@@ -370,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file