diff --git a/src/app/page.tsx b/src/app/page.tsx index ce133a0..31459a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "عن المتجر", id: "about" }, { name: "المنتجات", id: "products" }, { name: "آراء العملاء", id: "testimonials" }, + { name: "تواصل معنا", id: "contact" }, ]} brandName="جنة الثمار" /> @@ -52,7 +53,7 @@ export default function LandingPage() { ]} buttons={[ { text: "تسوق الآن", href: "#products" }, - { text: "واتساب", href: "https://wa.me/96800000000" }, + { text: "واتساب", href: "https://wa.me/96810059701" }, ]} imageSrc="http://img.b2bpic.net/free-photo/wooden-surface-looking-out-market-scene_23-2147701353.jpg?_wi=2" mediaAnimation="slide-up" @@ -166,11 +167,11 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="تواصل معنا" - title="جاهز للطلب؟" - description="اطلب احتياجاتك عبر واتساب أو تواصل معنا لأي استفسار." + title="نحن هنا لخدمتكم يومياً" + description="نوفر خضروات وفواكه طازجة، تمور ومكسرات بجودة عالية. تواصل معنا عبر الهاتف أو واتساب على الرقم: 1005 9701" buttons={[ - { text: "اطلب عبر واتساب", href: "https://wa.me/96800000000" }, - { text: "اتصل بنا", href: "tel:96800000000" }, + { text: "تواصل واتساب", href: "https://wa.me/96810059701" }, + { text: "اتصل بنا", href: "tel:96810059701" }, ]} />