Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 711a8d58df | |||
| 5847867a83 | |||
| 2e4b42e4d1 | |||
| b5f1db68f8 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
description="طعم لا يُقاوم ومكونات طازجة يومياً"
|
description="طعم لا يُقاوم ومكونات طازجة يومياً"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "اطلب الآن", href: "#contact"},
|
text: "اطلب وجبتك الآن", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "تصفح القائمة", href: "#menu"},
|
text: "تصفح القائمة", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
@@ -206,6 +206,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "اتصل الآن", href: "tel:12345678"},
|
text: "اتصل الآن", href: "tel:12345678"},
|
||||||
|
{
|
||||||
|
text: "واتساب", href: "https://wa.me/12345678"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -237,4 +239,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user