diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index f53dc14..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,10 +36,9 @@ export default function Layout() {
@@ -59,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"},
],
},
]}