Update src/app/page.tsx

This commit is contained in:
2026-05-19 20:58:53 +00:00
parent df2c00d553
commit a8db974496

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 (
@@ -101,6 +101,7 @@ export default function LandingPage() {
{ id: "m3", value: "٢٤/٧", description: "جاهزون لخدمتكم دائماً" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -113,6 +114,7 @@ export default function LandingPage() {
{ id: "t1", name: "محمد أحمد", role: "عميل دائم", testimonial: "أفضل تجربة عشاء بمدينة نصر! الخدمة أكثر من ممتازة." },
{ id: "t2", name: "سارة محمود", role: "عاشقة للطعام", testimonial: "الأكل طازج جداً والديكورات رائعة، سأعود بالتأكيد." },
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -127,6 +129,7 @@ export default function LandingPage() {
sideTitle="أسئلة متكررة"
sideDescription="كل ما تحتاج معرفته عن تجربة المطعم."
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -137,6 +140,7 @@ export default function LandingPage() {
description="نحن في انتظاركم لتقديم أفضل ما لدينا. تواصل معنا للحجز أو الطلبات الخارجية."
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
useInvertedBackground={false}
/>
</div>