Merge version_1_1782150518106 into main #1

Merged
bender merged 2 commits from version_1_1782150518106 into main 2026-06-22 17:49:52 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="TERRES DE CAFÉ"
logoImageSrc="http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-powder_114579-16635.jpg"
ctaButton={{
text: "Découvrir",
href: "#products",
}}
text: "Découvrir", href: "#products"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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: "#"},
],
},
]}