From dd2ef26089890c75d489e3e1719c265518ad0416 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 16:47:31 +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 024b424..dff30ea 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 16:47:34 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index dff30ea..72a4eef 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": "À propos", - "href": "#about" + "name": "À propos", "href": "#about" }, { - "name": "Services", - "href": "#features" + "name": "Services", "href": "#features" }, { - "name": "Produits", - "href": "#products" + "name": "Produits", "href": "#products" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() { brand="Pharmacie GUIGON" columns={[ { - title: "Informations", - items: [ + title: "Informations", items: [ { - label: "Avenue Georges Pompidou, Plateau", - href: "#", - }, + label: "Avenue Georges Pompidou, Plateau", href: "#"}, { - label: "Dakar, Sénégal", - href: "#", - }, + label: "Dakar, Sénégal", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Santé au quotidien", - href: "#", - }, + label: "Santé au quotidien", href: "#"}, { - label: "Conseils pharmacie", - href: "#", - }, + label: "Conseils pharmacie", href: "#"}, ], }, ]} copyright="© 2024 Pharmacie Guigon. Tous droits réservés." links={[ { - label: "Mentions légales", - href: "#", - }, + label: "Mentions légales", href: "#"}, { - label: "Confidentialité", - href: "#", - }, + label: "Confidentialité", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-rendered-pharmacy-building_23-2152013355.jpg" /> -- 2.49.1