Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 811a3fe0a6 | |||
| 8016e4b0ff | |||
| eea5bc0a4a | |||
| b396f5f60c |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Swiss Precision, Pure Cleanliness."
|
||||
title="Nettoyage de Confiance en Suisse"
|
||||
description="Premium cleaning services across Vaud. Tailored excellence for residential and office spaces."
|
||||
tag="Service Swiss Nettoyage"
|
||||
buttons={[
|
||||
@@ -110,6 +110,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nos Services"
|
||||
description="Solutions de nettoyage professionnelles."
|
||||
products={[
|
||||
{ id: "p1", name: "Nettoyage résidentiel", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning_23-2148480353.jpg" },
|
||||
{ id: "p2", name: "Entretien de bureaux", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727697.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,4 +140,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user