Compare commits
15 Commits
version_2
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f1de0c19e | |||
| 230587dd40 | |||
| 80aadb00d8 | |||
| b849751085 | |||
| 38f85b8d74 | |||
| 2b0b53899b | |||
| f8b02c6705 | |||
| fff249774c | |||
| 77f70082a0 | |||
| 2d92f094a1 | |||
| 86bf9981a6 | |||
| 29389fd54d | |||
| c169bfe245 | |||
| a5913761ab | |||
| 3f37092ba7 |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
buttons={[{ text: "اطلب الآن", href: "#product" }]}
|
buttons={[{ text: "اطلب الآن", href: "#product" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", imageAlt: "Hero Luxury Burger" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", imageAlt: "Hero Luxury Burger" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sooking-burgers-kitchen-home-quarantine-time_627829-7064.jpg", imageAlt: "Chef Preparation" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cooking-burger-in-kitchen_1203-1234.jpg", imageAlt: "Chef Preparation" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -102,11 +102,11 @@ export default function LandingPage() {
|
|||||||
{ value: "٩٥%", label: "سرعة خدمة" },
|
{ value: "٩٥%", label: "سرعة خدمة" },
|
||||||
]}
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "أحمد محمد", role: "عاشق البرجر", company: "الرياض", rating: 5 },
|
{ id: "1", name: "أحمد محمد", role: "عاشق البرجر", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-eating-burger_140725-8137.jpg" },
|
||||||
{ id: "2", name: "سارة خالد", role: "خبير تذوق", company: "جدة", rating: 5 },
|
{ id: "2", name: "خالد فيصل", role: "خبير تذوق", company: "جدة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-eating-delicious-burger_140725-8138.jpg" },
|
||||||
{ id: "3", name: "فيصل العتيبي", role: "عميل دائم", company: "الدمام", rating: 5 },
|
{ id: "3", name: "فيصل العتيبي", role: "عميل دائم", company: "الدمام", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-eating-burger-studio_140725-8139.jpg" },
|
||||||
{ id: "4", name: "نورة العلي", role: "مؤثرة طعام", company: "الرياض", rating: 5 },
|
{ id: "4", name: "منصور العلي", role: "ناقد طعام", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-eating-burger_140725-8140.jpg" },
|
||||||
{ id: "5", name: "خالد المنصور", role: "كاتب تقييم", company: "الخبر", rating: 5 },
|
{ id: "5", name: "خالد المنصور", role: "كاتب تقييم", company: "الخبر", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-eating-burger_140725-8141.jpg" },
|
||||||
]}
|
]}
|
||||||
title="ماذا يقول عملاؤنا"
|
title="ماذا يقول عملاؤنا"
|
||||||
description="نحن نفخر برضاكم التام ونسعى دائماً لتطوير التجربة."
|
description="نحن نفخر برضاكم التام ونسعى دائماً لتطوير التجربة."
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfbfb;
|
--background: #000000;
|
||||||
--card: #f0f0f0;
|
--card: #1a2a1a;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #d4af37;
|
--primary-cta: #ffffff;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #0a150a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #0d1a0d;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #e1f6e1;
|
||||||
--accent: #c4a000;
|
--accent: #2d4a2d;
|
||||||
--background-accent: #e8d69e;
|
--background-accent: #c1e1c1;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user