Merge version_1_1781456358732 into main #1
@@ -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() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="OdeurOrient"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420629.jpg"
|
||||
ctaButton={{
|
||||
text: "Commander",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Commander", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user