Merge version_7 into main #9

Merged
bender merged 1 commits from version_7 into main 2026-04-11 10:59:18 +00:00

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-tools-workshop_23-2149174521.jpg"
columns={[
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Avis", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
{ title: "Contact", items: [{ label: "01 23 45 67 89", href: "tel:+33123456789" }, { label: "Mentions Légales", href: "#" }] },
@@ -123,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}