From dbda1eabe817da99bea2e490ee56919719bf1240 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 15:38:15 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 627634e..e683aa6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 15:38:18 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 89 +++++++++++++++------------------------ 1 file changed, 33 insertions(+), 56 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e683aa6..f9a7a89 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": "Ana Sayfa", - "href": "#hero" + "name": "Ana Sayfa", "href": "#hero" }, { - "name": "Hakkımızda", - "href": "#about" + "name": "Hakkımızda", "href": "#about" }, { - "name": "Hizmetler", - "href": "#features" + "name": "Hizmetler", "href": "#features" }, { - "name": "Yorumlar", - "href": "#testimonials" + "name": "Yorumlar", "href": "#testimonials" }, { - "name": "İletişim", - "href": "#contact" + "name": "İletişim", "href": "#contact" }, { - "name": "Location", - "href": "#location" + "name": "Location", "href": "#location" }, { - "name": "Hours", - "href": "#hours" + "name": "Hours", "href": "#hours" } ]; @@ -42,60 +35,44 @@ export default function Layout() { + logo="Laloğlu" + logoImageSrc="http://img.b2bpic.net/free-photo/flat-lay-roped-label-lunch-box_23-2147866412.jpg" + ctaButton={{ + text: "Hemen Ara", href: "tel:+905550000000"}} + navItems={navItems} />
+ label: "Kullanım Şartları", href: "#"}, + ]} + /> ); -- 2.49.1