Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 15:41:00 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "احصل على الاتجاهات", href: "https://maps.google.com/?q=8FWF+584+Qaa" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg"
imageSrc="http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=1"
imageAlt="واجهة فرن أبو الشباب والخبز التقليدي"
imagePosition="right"
mediaAnimation="slide-up"
@@ -83,7 +83,7 @@ export default function LandingPage() {
products={[
{
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", 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,
reviewCount: "٣٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pakhlava-table_140725-9288.jpg", imageAlt: "الحلويات والمعجنات التقليدية"},
@@ -103,9 +103,9 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1", value: "٩٨%", title: "معدل الرضا", description: "من عملائنا راضون عن الجودة والطعم", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", 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", 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>