diff --git a/src/app/page.tsx b/src/app/page.tsx index a4e0801..30dc1c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import { Award, Clock, Home, MapPin, Smile, ChefHat, Bath, Home as HomeIcon, Footprints, Trees, Hammer } from "lucide-react"; +import { Award, Clock, Home, MapPin, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -61,18 +61,15 @@ export default function LandingPage() { @@ -145,8 +142,8 @@ export default function LandingPage() { { label: "About", href: "#about" }, ]}, { title: "Services", items: [ + { label: "Roofing", href: "#services" }, { label: "Kitchens", href: "#services" }, - { label: "Baths", href: "#services" }, ]}, { title: "Company", items: [ { label: "Portfolio", href: "#gallery" }, @@ -161,4 +158,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file