Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85e84817c4 | |||
| 402f0d3042 | |||
| b60a8dea7c | |||
| 6dc26e7971 | |||
| 531b5e93d2 | |||
| 3f12695c31 | |||
| b5e999e542 |
@@ -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/96897011005" },
|
||||
]}
|
||||
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="نوفر خضروات وفواكه طازجة، تمور ومكسرات بجودة عالية. تواصل معنا عبر الهاتف أو واتساب على الرقم: 97011005"
|
||||
buttons={[
|
||||
{ text: "اطلب عبر واتساب", href: "https://wa.me/96800000000" },
|
||||
{ text: "اتصل بنا", href: "tel:96800000000" },
|
||||
{ text: "تواصل واتساب", href: "https://wa.me/96897011005" },
|
||||
{ text: "اتصل بنا", href: "tel:96897011005" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -200,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user