Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e01133074 | |||
| a9a16058a6 | |||
| f55628eba3 | |||
| 7145a4be79 | |||
| 22bd087e7a |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -81,14 +81,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "1", brand: "فرن أبو الشباب", name: "خبز البلادي التقليدي", price: "٢ جنيه", rating: 5,
|
||||||
id: "1", brand: "فرن أبو الشباب", name: "خبز البلادي التقليدي", price: "٢ جنيه", rating: 5,
|
|
||||||
reviewCount: "٥٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg?_wi=1", imageAlt: "خبز البلادي الطازج"},
|
reviewCount: "٥٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg?_wi=1", imageAlt: "خبز البلادي الطازج"},
|
||||||
{
|
{ id: "2", brand: "فرن أبو الشباب", name: "الحلويات والمعجنات", price: "٥ جنيه", rating: 5,
|
||||||
id: "2", brand: "فرن أبو الشباب", name: "الحلويات والمعجنات", price: "٥ جنيه", rating: 5,
|
|
||||||
reviewCount: "٣٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pakhlava-table_140725-9288.jpg", imageAlt: "الحلويات والمعجنات التقليدية"},
|
reviewCount: "٣٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pakhlava-table_140725-9288.jpg", imageAlt: "الحلويات والمعجنات التقليدية"},
|
||||||
{
|
{ id: "3", brand: "فرن أبو الشباب", name: "الخبز المتنوع", price: "٣ جنيه", rating: 5,
|
||||||
id: "3", brand: "فرن أبو الشباب", name: "الخبز المتنوع", price: "٣ جنيه", rating: 5,
|
|
||||||
reviewCount: "٢٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/bunch-different-bread-types-bundle-together-marble-surface_114579-48037.jpg", imageAlt: "تشكيلة الخبز المتنوعة"},
|
reviewCount: "٢٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/bunch-different-bread-types-bundle-together-marble-surface_114579-48037.jpg", imageAlt: "تشكيلة الخبز المتنوعة"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -102,17 +99,15 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", value: "٩٨%", title: "معدل الرضا", description: "من عملائنا راضون عن الجودة والطعم", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=2", imageAlt: "عملاء سعداء في المخبز"},
|
||||||
id: "1", value: "٩٨%", title: "معدل الرضا", description: "من عملائنا راضون عن الجودة والطعم", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=2", imageAlt: "عملاء سعداء في المخبز"},
|
{ id: "2", value: "٩٠٠+", title: "زيارة يومية", description: "عائلات تختار خبزنا كل يوم", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg?_wi=2", imageAlt: "الخبز الطازج جاهز للعملاء"},
|
||||||
{
|
|
||||||
id: "2", value: "٩٠٠+", title: "زيارة يومية", description: "عائلات تختار خبزنا كل يوم", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg?_wi=2", imageAlt: "الخبز الطازج جاهز للعملاء"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="الخبز الطازج من فرن أبو الشباب لا يقارن بأي مكان آخر. الجودة ممتازة والسعر عادل جداً. أنا وعائلتي عملاء مخلصون منذ سنوات."
|
testimonial="الخبز الطازج من فرن أبو الشباب لا يقارن بأي مكان آخر. أنا وعائلتي عملاء مخلصون منذ ٥ سنوات ونوصي به لكل من نعرفه."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="فاطمة أحمد، ربة منزل"
|
author="فاطمة أحمد، ربة منزل"
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user