diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0068608..fd4cf54 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": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Portfolio",
- "href": "#portfolio"
+ "name": "Portfolio", "href": "#portfolio"
},
{
- "name": "Reviews",
- "href": "#testimonials"
+ "name": "Reviews", "href": "#testimonials"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Why Us",
- "href": "#why-us"
+ "name": "Why Us", "href": "#why-us"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,33 +51,21 @@ export default function Layout() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "47 Infantry Road, Dharampura, Lahore",
- href: "#",
- },
+ label: "47 Infantry Road, Dharampura, Lahore", href: "#"},
{
- label: "+92 345 4026872",
- href: "tel:+923454026872",
- },
+ label: "+92 345 4026872", href: "tel:+923454026872"},
{
- label: "info@lahorelandscapes.pk",
- href: "mailto:info@lahorelandscapes.pk",
- },
+ label: "info@lahorelandscapes.pk", href: "mailto:info@lahorelandscapes.pk"},
],
},
]}