Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:14:49 +00:00

View File

@@ -54,15 +54,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Kaarina R.", handle: "Homeowner, Tartu", testimonial: "OÜ Muruniit transformed our garden completely. Professional and reliable!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=1"
imageSrc: "/placeholders/placeholder1.webp"
},
{
name: "Mart K.", handle: "Property Manager", testimonial: "Outstanding service. They always show up on time and do excellent work.", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=2"
imageSrc: "/placeholders/placeholder1.webp"
},
{
name: "Liisa M.", handle: "Garden Enthusiast", testimonial: "Finally, someone I can trust with my outdoor space. Highly recommend!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=3"
imageSrc: "/placeholders/placeholder1.webp"
}
]}
testimonialRotationInterval={5000}