From 729c91125913d71624b1bf6311cb8b1c39467c62 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 11:08:51 +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 543f013..8d70ed4 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 11:08:54 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 56 +++++++++++++++------------------------ 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8d70ed4..a899dda 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": "Exams", - "href": "#calendar" + "name": "Exams", "href": "#calendar" }, { - "name": "Levels", - "href": "#levels" + "name": "Levels", "href": "#levels" }, { - "name": "Demo", - "href": "#demo" + "name": "Demo", "href": "#demo" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,32 +36,27 @@ export default function Layout() { + logo="Profi Deutsch" + logoImageSrc="http://img.b2bpic.net/free-vector/hand-check-mark-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1465.jpg" + ctaButton={{ + text: "Register", href: "#contact"}} + navItems={navItems} + />
+ brand="© 2026 Profi Deutsch. All rights reserved." + copyright="Official TELC Uzbekistan Representative." + socialLinks={[ + { + icon: "Instagram", href: "#"}, + { + icon: "Send", href: "#"}, + ]} + /> ); -- 2.49.1