From 97063379966f9b62b48e54a271e87dc927ba56c1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 21 Apr 2026 16:32:55 +0000 Subject: [PATCH] Bob AI: Add a navigation link for the 'Services' page to the header --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d7af134..ebcd3bd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,7 @@ export default function App() { }, { name: "Services", - href: "#services", + href: "/services", }, { name: "Testimonials", -- 2.49.1