diff --git a/src/app/page.tsx b/src/app/page.tsx index eba3413..e29bb10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -113,6 +114,7 @@ export default function LandingPage() { { id: "t1", name: "محمد أحمد", role: "عميل دائم", testimonial: "أفضل تجربة عشاء بمدينة نصر! الخدمة أكثر من ممتازة." }, { id: "t2", name: "سارة محمود", role: "عاشقة للطعام", testimonial: "الأكل طازج جداً والديكورات رائعة، سأعود بالتأكيد." }, ]} + textboxLayout="default" useInvertedBackground={false} /> @@ -127,6 +129,7 @@ export default function LandingPage() { sideTitle="أسئلة متكررة" sideDescription="كل ما تحتاج معرفته عن تجربة المطعم." faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -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} />