Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcbb8f3071 | |||
| b41fa56574 | |||
| 7e66c60f35 | |||
| 0b5907a6e9 | |||
| 7e42bcc0df |
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "تسوق الآن", href: "#products"},
|
||||
text: "ابدأ التسوق الآن", href: "#products"},
|
||||
{
|
||||
text: "اطلب عبر واتساب", href: "https://wa.me/96800000000"},
|
||||
]}
|
||||
@@ -240,6 +240,9 @@ export default function LandingPage() {
|
||||
name: "phone", type: "tel", placeholder: "رقم الهاتف", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "order_details", placeholder: "تفاصيل الطلب (أذكر الكميات المفضلة)", rows: 4
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-holding-bag-with-groceries_23-2148238221.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -283,4 +286,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user