diff --git a/src/app/page.tsx b/src/app/page.tsx
index 13d2620..21e65a1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -14,10 +14,11 @@ import { Sparkles, Home, Paintbrush, Utensils, Hammer } from "lucide-react";
export default function BusinessCoachTemplatePage() {
const navItems = [
- { name: "Our Process", id: "about" },
- { name: "Services", id: "services" },
- { name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
+ { name: "Our Process", id: "/#about" },
+ { name: "Services", id: "/#services" },
+ { name: "Testimonials", id: "/#testimonials" },
+ { name: "Contact", id: "/#contact" },
+ { name: "Book Appointment", id: "/booking" }
];
return (
@@ -37,7 +38,7 @@ export default function BusinessCoachTemplatePage() {
);
-}
+}
\ No newline at end of file