diff --git a/src/app/page.tsx b/src/app/page.tsx index aca7a3c..5438a07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "تسوق الآن", href: "#products"}, + text: "ابدأ التسوق الآن", href: "#products"}, { text: "اطلب عبر واتساب", href: "https://wa.me/96800000000"}, ]} @@ -286,4 +286,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}