diff --git a/src/app/page.tsx b/src/app/page.tsx index b096183..dd71b98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone, Mail, MapPin, Clock } from "lucide-react"; +import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -224,14 +224,14 @@ export default function LandingPage() { @@ -241,7 +241,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg" imageAlt="restaurant interior warm lighting ambiance" logoText="Zaatar" - copyrightText="© 2025 Zaatar Multicuisine Restaurant | All Rights Reserved | Bengaluru" + copyrightText="© 2025 Zaatar Multicuisine Restaurant | Bengaluru" columns={[ { title: "Quick Links", items: [ @@ -255,22 +255,22 @@ export default function LandingPage() { title: "Services", items: [ { label: "Online Ordering", href: "#contact" }, { label: "Table Reservation", href: "#contact" }, - { label: "Catering Services", href: "#contact" }, - { label: "Corporate Events", href: "#contact" } + { label: "Catering", href: "#contact" }, + { label: "Events", href: "#contact" } ] }, { - title: "Connect With Us", items: [ - { label: "Instagram", href: "https://instagram.com/zaatar" }, - { label: "Facebook", href: "https://facebook.com/zaatar" }, - { label: "Email: info@zaatar.in", href: "mailto:info@zaatar.in" }, - { label: "Phone: +91 80 1234 5678", href: "tel:+918012345678" } + title: "Connect", items: [ + { label: "Instagram", href: "https://instagram.com" }, + { label: "Facebook", href: "https://facebook.com" }, + { label: "Email", href: "mailto:info@zaatar.in" }, + { label: "Phone", href: "tel:+919876543210" } ] } ]} - ariaLabel="Site footer with navigation and contact information" + ariaLabel="Site footer with navigation and contact" /> ); -} \ No newline at end of file +}