diff --git a/src/app/page.tsx b/src/app/page.tsx index 88d357d..8768db2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,32 +34,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Menu", id: "menu", - href: "#menu", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Buxoro Amudaryo Baliqlari"