diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 647bd32..5a0e815 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": "Anasayfa",
- "href": "#hero"
+ "name": "Anasayfa", "href": "#hero"
},
{
- "name": "Hakkımızda",
- "href": "#about"
+ "name": "Hakkımızda", "href": "#about"
},
{
- "name": "Menü",
- "href": "#menu"
+ "name": "Menü", "href": "#menu"
},
{
- "name": "İletişim",
- "href": "#contact"
+ "name": "İletişim", "href": "#contact"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,55 +35,42 @@ export default function Layout() {
+ logo="Faysal Usta"
+ logoImageSrc="http://img.b2bpic.net/free-vector/fast-food-insignias_23-2147517290.jpg"
+ ctaButton={{
+ text: "Rezervasyon", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ />
);