From 62c1c87f2bb1f4ecad136c16e8d7e576d0259f59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:49:22 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 86 +++++++++++++++------------------------ 1 file changed, 33 insertions(+), 53 deletions(-) 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} + />
+ ]} + /> );