Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2252923ad7 | |||
| 88ef7e494a | |||
| 9c6eb3504f | |||
| 57601b15e4 |
@@ -32,6 +32,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Accueil", id: "hero" },
|
{ name: "Accueil", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Zones", id: "areas" },
|
{ name: "Zones", id: "areas" },
|
||||||
|
{ name: "Avis clients", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "FAQ", id: "faq" }
|
{ name: "FAQ", id: "faq" }
|
||||||
]}
|
]}
|
||||||
@@ -220,4 +221,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user