diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index f98f2bf..5e7eb1b 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": "Projects",
- "href": "#gallery"
+ "name": "Projects", "href": "#gallery"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Process",
- "href": "#process"
+ "name": "Process", "href": "#process"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,34 +48,23 @@ export default function Layout() {
brand="Mahadev Profile & Glass Work"
columns={[
{
- title: "Location",
- items: [
+ title: "Location", items: [
{
- label: "Milan Garden Road, Siddipet, Telangana 502103",
- href: "https://maps.app.goo.gl/d3aCctDqtDhwkvEf6",
- },
+ label: "Milan Garden Road, Siddipet, Telangana 502103", href: "https://maps.app.goo.gl/d3aCctDqtDhwkvEf6"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "9848180381",
- href: "tel:9848180381",
- },
+ label: "9848180381", href: "tel:9848180381"},
{
- label: "7842842864",
- href: "tel:7842842864",
- },
+ label: "7842842864", href: "tel:7842842864"},
],
},
{
- title: "Working Hours",
- items: [
+ title: "Working Hours", items: [
{
- label: "Mon - Sun: 9:00 AM – 9:00 PM",
- href: "#",
- },
+ label: "Mon - Sun: 9:00 AM – 9:00 PM", href: "#"},
],
},
]}