Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:08:58 +00:00
parent 7e66c60f35
commit b41fa56574

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}