Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdd2cd92c0 | |||
| e643432473 | |||
| 962e703e0d | |||
| 48f3cd5a71 |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
import { ShoppingCart } from "lucide-react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -43,6 +44,7 @@ export default function LandingPage() {
|
|||||||
name: "تواصل معنا", id: "contact"},
|
name: "تواصل معنا", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="فطوطة"
|
brandName="فطوطة"
|
||||||
|
button={{ text: "اطلب الآن", href: "https://wa.me/966500000000" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -72,7 +74,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "اطلب الآن", href: "#menu"},
|
text: "اطلب الآن", href: "https://wa.me/966500000000"},
|
||||||
{
|
{
|
||||||
text: "المنيو", href: "#menu"},
|
text: "المنيو", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
@@ -140,6 +142,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="قائمة التميز"
|
title="قائمة التميز"
|
||||||
description="نكهات أصيلة بلمسة عصرية."
|
description="نكهات أصيلة بلمسة عصرية."
|
||||||
|
buttons={[{ text: "اطلب الآن", href: "https://wa.me/966500000000" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -225,6 +228,8 @@ export default function LandingPage() {
|
|||||||
tag="تواصل معنا"
|
tag="تواصل معنا"
|
||||||
title="جاهز تعيش التجربة المصرية؟"
|
title="جاهز تعيش التجربة المصرية؟"
|
||||||
description="احجز طاولتك أو اطلب عبر الواتساب الآن."
|
description="احجز طاولتك أو اطلب عبر الواتساب الآن."
|
||||||
|
buttonText="اطلب عبر الواتساب"
|
||||||
|
onSubmit={() => window.open("https://wa.me/966500000000", "_blank")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -244,7 +249,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "تواصل", items: [
|
title: "تواصل", items: [
|
||||||
{
|
{
|
||||||
label: "واتساب", href: "#"},
|
label: "واتساب", href: "https://wa.me/966500000000"},
|
||||||
{
|
{
|
||||||
label: "إنستغرام", href: "#"},
|
label: "إنستغرام", href: "#"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user