diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2a2892f..f6ea65c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -23,14 +23,6 @@ export default function Layout() { "name": "Book Now", "href": "#contact" }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, { "name": "Faq", "href": "#faq" diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index 295eacb..23ef682 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -20,8 +20,8 @@ const NavbarInline = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarInlineP return (