diff --git a/src/app/page.tsx b/src/app/page.tsx index a27b931..f352287 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { description="استكشف أحدث تشكيلاتنا من الأطقم الفاخرة التي تعكس ذوقك الرفيع وأناقتك." buttons={[ { - text: "اطلب عبر واتساب", href: "https://wa.me/your-number"}, + text: "تسوق التشكيلة الجديدة الآن", href: "https://wa.me/your-number"}, ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg", imageAlt: "Black luxury outfit" }, @@ -162,8 +162,8 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated"}} tag="تواصل معنا" - title="احصل على استشارة تنسيق مجانية" - description="فريقنا جاهز لمساعدتك في اختيار الطقم المناسب وتلقي طلباتك عبر الواتساب لتجربة تسوق فريدة." + title="هل لديك استفسار؟" + description="فريقنا جاهز لمساعدتك في اختيار الطقم المناسب وتلقي طلباتك عبر الواتساب." /> @@ -190,4 +190,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}