diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a9b84..f2d83ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -45,13 +45,13 @@ export default function LandingPage() { description="الخبز الطازج التقليدي، صُنع بحب واهتمام على مدار أكثر من ٢٠ سنة. نقدم أفضل الخبز العربي الأصيل لعائلتك بجودة عالية وطعم لا يُنسى." tag="⭐ 5.0★★★★★ (٢ تقييم موثّق)" tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "اتصل الآن", href: "tel:+201234567890" }, { 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg" 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?_wi=1", imageAlt: "خبز البلادي الطازج"}, + reviewCount: "٥٠٠+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg", 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?_wi=2", imageAlt: "عملاء سعداء في المخبز"}, + id: "1", value: "٩٨%", title: "معدل الرضا", description: "من عملائنا راضون عن الجودة والطعم", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.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: "الخبز الطازج جاهز للعملاء"}, + id: "2", value: "٩٠٠+", title: "زيارة يومية", description: "عائلات تختار خبزنا كل يوم", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-keeping-tray-baked-buns-shelf_1170-2183.jpg", imageAlt: "الخبز الطازج جاهز للعملاء"}, ]} />