From 7cfaf0e133e371fa3858153842cbcf6287c6db03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:32:52 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 51 ++++++++++++--------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2bd8f97..5b926d8 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Programs", - "href": "#programs" + "name": "Programs", "href": "#programs" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Why Choose", - "href": "#why-choose" + "name": "Why Choose", "href": "#why-choose" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,33 +51,21 @@ export default function Layout() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Programs", - href: "#programs", - }, + label: "Programs", href: "#programs"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Address: Batala Colony", - href: "#", - }, + label: "Address: Batala Colony", href: "#"}, { - label: "0300 1043366", - href: "tel:03001043366", - }, + label: "0300 1043366", href: "tel:03001043366"}, ], }, ]}