Update src/app/page.tsx

This commit is contained in:
2026-03-28 11:14:15 +00:00
parent 0775e62966
commit f2a92a776e

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "Avis", id: "testimonials"},
{
name: "Contact", id: "contact"},
name: "Contact", id: "/contact"},
]}
brandName="A. Terrassement"
/>
@@ -51,9 +51,9 @@ export default function LandingPage() {
description="Un service de haute qualité, un travail propre et une équipe fiable dédiée à vos besoins en matière de terrain à Laudrefang."
buttons={[
{
text: "Nous contacter", href: "#contact"},
text: "Nous contacter", href: "/contact"},
{
text: "Demander un devis", href: "#contact"},
text: "Demander un devis", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/premium-photo/excavator-actively-digging-through-mound-soil-dirt-creating-path-clearing-area_331695-43928.jpg?id=254812184"
imageAlt="Préparation de terrain pour service de terrassement professionnel"
@@ -117,18 +117,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Nous contacter"
title="Contactez A. Terrassement"
description="Contactez-nous pour des devis, des consultations ou des demandes de renseignements sur vos projets. Notre équipe est prête à vous aider ! Adresse : 40 Rue des Écoles, 57385 Laudrefang. Téléphone : 06 84 85 37 04. Ouvert jusqu'à 19h."
buttonText="Demander un devis"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="A. Terrassement"
@@ -141,6 +129,8 @@ export default function LandingPage() {
label: "À propos", href: "#about"},
{
label: "Services", href: "#services"},
{
label: "Contact", href: "/contact"},
],
},
{