diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 4aa08a3..6637738 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": "Hakkımızda",
- "href": "#about"
+ "name": "Hakkımızda", "href": "#about"
},
{
- "name": "Hizmetler",
- "href": "#services"
+ "name": "Hizmetler", "href": "#services"
},
{
- "name": "Ekibimiz",
- "href": "#team"
+ "name": "Ekibimiz", "href": "#team"
},
{
- "name": "İletişim",
- "href": "#contact"
+ "name": "İletişim", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,58 +35,45 @@ export default function Layout() {
+ logo="Dişistanbul"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=ty984a"
+ ctaButton={{
+ text: "Randevu Al", href: "#contact"}}
+ navItems={navItems} />
+ ]}
+ />
);