diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 7df7900..b877c03 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": "Accueil",
- "href": "#hero"
+ "name": "Accueil", "href": "#hero"
},
{
- "name": "Collections",
- "href": "#products"
+ "name": "Collections", "href": "#products"
},
{
- "name": "Pourquoi nous",
- "href": "#about"
+ "name": "Pourquoi nous", "href": "#about"
},
{
- "name": "Avis",
- "href": "#testimonials"
+ "name": "Avis", "href": "#testimonials"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="OdeurOrient"
columns={[
{
- title: "Boutique",
- items: [
+ title: "Boutique", items: [
{
- label: "Nouveautés",
- href: "#",
- },
+ label: "Nouveautés", href: "#"},
{
- label: "Best-sellers",
- href: "#products",
- },
+ label: "Best-sellers", href: "#products"},
],
},
{
- title: "Légal",
- items: [
+ title: "Légal", items: [
{
- label: "Mentions légales",
- href: "#",
- },
+ label: "Mentions légales", href: "#"},
{
- label: "Politique",
- href: "#",
- },
+ label: "Politique", href: "#"},
],
},
]}
copyright="© 2024 OdeurOrient. Tous droits réservés."
links={[
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420629.jpg"
/>