diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index b441891..dd58708 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,24 +9,19 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -36,10 +31,9 @@ export default function Layout() {
@@ -51,13 +45,9 @@ export default function Layout() {
copyright="© 2024 New Odyssey. All rights reserved."
socialLinks={[
{
- icon: Instagram,
- href: "#",
- },
+ icon: "Instagram", href: "#"},
{
- icon: Twitter,
- href: "#",
- },
+ icon: "Twitter", href: "#"},
]}
/>