From 1393add9e21fe311b291ab6f6891854e6c2497ec Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 07:35: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 ffda7de..50282eb 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Mon, 22 Jun 2026 07:35:53 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 43 ++++++++++++--------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 50282eb..78a7085 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "How it Works", - "href": "#how-it-works" + "name": "How it Works", "href": "#how-it-works" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Product Grid", - "href": "#product-grid" + "name": "Product Grid", "href": "#product-grid" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,11 +37,9 @@ export default function Layout() {
@@ -60,21 +51,13 @@ export default function Layout() { copyright="All rights reserved. Now onboarding clippers." socialLinks={[ { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Globe, - href: "#", - }, + icon: "Globe", href: "#"}, { - icon: MessageCircle, - href: "#", - }, + icon: "MessageCircle", href: "#"}, ]} />