diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 024b424..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,10 +36,9 @@ export default function Layout() {
@@ -57,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"
/>