diff --git a/src/app/page.tsx b/src/app/page.tsx index 50e538d..f0ff56d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { setIsSearchOpen(true) }, + { name: "Search", id: "search" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, { name: "Testimonials", id: "testimonials" },