From 742afa8aaa028001d6d713c68b4ab833c7b3d81d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 06:46:22 +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 29f949a..45c37d2 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 06:46:25 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 61 ++++++++++++--------------------------- 1 file changed, 18 insertions(+), 43 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 45c37d2..a43a181 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": "Gallery", - "href": "#portfolio" + "name": "Gallery", "href": "#portfolio" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Workflow", - "href": "#workflow" + "name": "Workflow", "href": "#workflow" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,46 +49,30 @@ export default function Layout() { brand="MC-Thumbnails Service" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Single Thumbnails", - href: "#pricing", - }, + label: "Single Thumbnails", href: "#pricing"}, { - label: "Growth Packs", - href: "#pricing", - }, + label: "Growth Packs", href: "#pricing"}, { - label: "Pro Bundle", - href: "#pricing", - }, + label: "Pro Bundle", href: "#pricing"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} copyright="© 2024 MC-Thumbnails Service. All rights reserved." links={[ { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Discord", - href: "#", - }, + label: "Discord", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-vector/geometric-glitch-collection_23-2148078602.jpg" /> -- 2.49.1