diff --git a/src/app/page.tsx b/src/app/page.tsx index d43ab97..b52194a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Utensils, Heart, MapPin, Phone } from "lucide-react"; +import { Utensils, Heart } from "lucide-react"; export default function ManOSalwaPage() { const whatsappOrder = (item: string) => { @@ -28,35 +28,35 @@ export default function ManOSalwaPage() {