2 Commits

Author SHA1 Message Date
67118e62b2 Update src/app/page.tsx 2026-04-09 15:38:05 +00:00
261d231249 Merge version_4 into main
Merge version_4 into main
2026-04-09 15:29:36 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529709.jpg"
columns={[
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }] },
{ 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: "#" }] },
]}
logoText="ArtisanPlombier"
@@ -123,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}