diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 9fae4fd..e8eaefd 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": "Anasayfa",
- "href": "#"
+ "name": "Anasayfa", "href": "#"
},
{
- "name": "Hizmetlerimiz",
- "href": "#services"
+ "name": "Hizmetlerimiz", "href": "#services"
},
{
- "name": "İletişim",
- "href": "#contact"
+ "name": "İletişim", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Service Grid",
- "href": "#service-grid"
+ "name": "Service Grid", "href": "#service-grid"
},
{
- "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 Sarıçiçek Oto. Tüm hakları saklıdır."
socialLinks={[
{
- icon: Instagram,
- href: "#",
- },
+ icon: "Instagram", href: "#"},
{
- icon: Twitter,
- href: "#",
- },
+ icon: "Twitter", href: "#"},
{
- icon: Facebook,
- href: "#",
- },
+ icon: "Facebook", href: "#"},
]}
/>