diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 532647d..7cbfd8f 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": "Nos Cafés",
- "href": "#products"
+ "name": "Nos Cafés", "href": "#products"
},
{
- "name": "Savoir-faire",
- "href": "#philosophy"
+ "name": "Savoir-faire", "href": "#philosophy"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "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"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,49 +51,31 @@ export default function Layout() {
{
items: [
{
- label: "La Maison",
- href: "#",
- },
+ label: "La Maison", href: "#"},
{
- label: "Nos Guides Cafés",
- href: "#",
- },
+ label: "Nos Guides Cafés", href: "#"},
{
- label: "Plus d'informations",
- href: "#",
- },
+ label: "Plus d'informations", href: "#"},
],
},
{
items: [
{
- label: "Paiement sécurisé",
- href: "#",
- },
+ label: "Paiement sécurisé", href: "#"},
{
- label: "Livraison offerte",
- href: "#",
- },
+ label: "Livraison offerte", href: "#"},
{
- label: "Service Client",
- href: "#",
- },
+ label: "Service Client", href: "#"},
],
},
{
items: [
{
- label: "Mentions Légales",
- href: "#",
- },
+ label: "Mentions Légales", href: "#"},
{
- label: "Données personnelles",
- href: "#",
- },
+ label: "Données personnelles", href: "#"},
{
- label: "CGV",
- href: "#",
- },
+ label: "CGV", href: "#"},
],
},
]}