From 9d05a42dd39d6ef107b75ead5bc4c366ea54a5c6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 12:53:07 +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 20c381c..0c8ec3c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 12:53:10 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 92 +++++++++++++++------------------------ 1 file changed, 35 insertions(+), 57 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0c8ec3c..e0891e2 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": "Sobre", - "href": "#about" + "name": "Sobre", "href": "#about" }, { - "name": "Serviços", - "href": "#services" + "name": "Serviços", "href": "#services" }, { - "name": "Preços", - "href": "#pricing" + "name": "Preços", "href": "#pricing" }, { - "name": "Contactos", - "href": "#contact" + "name": "Contactos", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -42,61 +35,46 @@ export default function Layout() { + logo="Premiumlab" + logoImageSrc="http://img.b2bpic.net/free-photo/top-view-metallic-straws-black-background_23-2148289740.jpg" + ctaButton={{ + text: "Agendar Consulta", href: "#contact"}} + navItems={navItems} + />
+ label: "Termos", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/top-view-metallic-straws-black-background_23-2148289740.jpg" + /> ); -- 2.49.1