Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d9bd592ed | |||
| f69049dcaa |
@@ -49,7 +49,7 @@ export default function LandscapingPage() {
|
||||
title="Il tuo punto di fiducia per il giardinaggio a Mascalucia"
|
||||
description="Prodotti di qualità, consigli esperti e soluzioni su misura per far fiorire il tuo giardino. Scopri il meglio per la cura del verde."
|
||||
buttons={[
|
||||
{ text: "Chiama Ora", href: "tel:+39095000000" },
|
||||
{ text: "Richiedi una Consulenza Gratuita", href: "tel:+39095000000" },
|
||||
{ text: "Scopri i Servizi", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -60,7 +60,7 @@ export default function LandscapingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Giuseppe R.", handle: "Cliente Soddisfatto", testimonial: "Eccezionale, professionale e sempre disponibile. Super soddisfatto!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Giuseppe R."}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Giuseppe R."}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,7 +139,7 @@ export default function LandscapingPage() {
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
|
||||
{ id: "1", name: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,4 +186,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user