diff --git a/src/app/page.tsx b/src/app/page.tsx index 037d08f..df5344a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Zap, Wifi, Sparkles, Award, Star, MessageSquare, Building2 } from "lucide-react"; +import { Zap, Wifi, Sparkles, Award, Star, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,6 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Why Us", id: "why-us" }, - { name: "Hotel", id: "hotel" }, { name: "Contact", id: "contact" } ]} /> @@ -133,33 +132,6 @@ export default function LandingPage() { /> -
- -
-