From a2dd1cd396971908ee33f550bdff4fb9aee8d822 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 11:34:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },