diff --git a/src/app/page.tsx b/src/app/page.tsx index df5344a..037d08f 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 } from "lucide-react"; +import { Zap, Wifi, Sparkles, Award, Star, MessageSquare, Building2 } from "lucide-react"; export default function LandingPage() { return ( @@ -33,6 +33,7 @@ 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" } ]} /> @@ -132,6 +133,33 @@ export default function LandingPage() { /> +