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() {