From d423aed026a0e705358e93eab620984e67470702 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 20:58:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eba3413..32b0cfb 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 ( @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "آراء العملاء", id: "testimonials" }, { name: "اتصل بنا", id: "contact" }, ]} - brandName="مطعم النصر" + brandName="Mahbub - مطعم محبوب" /> @@ -121,7 +121,7 @@ export default function LandingPage() { @@ -142,15 +142,15 @@ export default function LandingPage() { ); -} \ No newline at end of file +}