diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 131f6d0..f8d0c9d 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 Precision Electrical Solutions."
socialLinks={[
{
- icon: Twitter,
- href: "#",
- },
+ icon: "Twitter", href: "#"},
{
- icon: Facebook,
- href: "#",
- },
+ icon: "Facebook", href: "#"},
{
- icon: Linkedin,
- href: "#",
- },
+ icon: "Linkedin", href: "#"},
]}
/>