Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-05-13 00:39:01 +00:00
parent 9c93406a50
commit 93c4c181b8

View File

@@ -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="فريقنا جاهز لمساعدتك في اختيار الطقم المناسب وتلقي طلباتك عبر الواتساب."
/>
</div>
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}