Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67118e62b2 | |||
| 261d231249 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user