Update src/app/page.tsx

This commit is contained in:
2026-05-19 20:58:45 +00:00
parent bf19bee582
commit d423aed026

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Coffee, ShoppingBag, Truck, ChefHat, Heart, Zap } from "lucide-react";
import { ChefHat, Heart, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "آراء العملاء", id: "testimonials" },
{ name: "اتصل بنا", id: "contact" },
]}
brandName="مطعم النصر"
brandName="Mahbub - مطعم محبوب"
/>
</div>
@@ -121,7 +121,7 @@ export default function LandingPage() {
<FaqSplitText
faqs={[
{ id: "f1", title: "ما هي ساعات العمل؟", content: "نستقبلكم يومياً حتى الساعة ٣ فجراً." },
{ id: "f2", title: "كيف يمكنني الحجز؟", content: "يمكنكم الحجز عبر الهاتف أو زيارتنا مباشرة." },
{ id: "f2", title: "كيف يمكنني الحجز؟", content: "يمكنكم الحجز عبر الهاتف 01066059660 أو زيارتنا مباشرة في 9108 شارع 9، الأباجية، المقطم، محافظة القاهرة 4413430." },
{ id: "f3", title: "هل تتوفر خيارات نباتية؟", content: "نعم، نوفر قائمة متنوعة من الأطباق النباتية والصحية." },
]}
sideTitle="أسئلة متكررة"
@@ -134,7 +134,7 @@ export default function LandingPage() {
<ContactSplit
tag="اتصل بنا"
title="جاهز لطلب وجبتك؟"
description="نحن في انتظاركم لتقديم أفضل ما لدينا. تواصل معنا للحجز أو الطلبات الخارجية."
description="نحن في انتظاركم لتقديم أفضل ما لدينا. تواصل معنا للحجز أو الطلبات الخارجية: 01066059660، العنوان: 9108 شارع 9، الأباجية، المقطم، محافظة القاهرة 4413430."
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
/>
@@ -142,15 +142,15 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="مطعم النصر"
logoText="Mahbub - مطعم محبوب"
columns={[
{ title: "روابط سريعة", items: [{ label: "القائمة", href: "#products" }, { label: "عن المطعم", href: "#hero" }] },
{ title: "تواصل", items: [{ label: "اتصل بنا", href: "#contact" }, { label: "فيسبوك", href: "#" }] },
]}
copyrightText="© ٢٠٢٤ جميع الحقوق محفوظة لمطعم النصر"
copyrightText="© ٢٠٢٥ جميع الحقوق محفوظة لـ Mahbub - مطعم محبوب"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}