Merge version_1 into main #1
@@ -55,19 +55,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Piotr K.", handle: "Local Driver", testimonial: "Quick diagnosis on the road. Fair price. Didn't leave me stranded.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5", imageAlt: "Customer Piotr"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5&_wi=1", imageAlt: "Customer Piotr"
|
||||
},
|
||||
{
|
||||
name: "Maria S.", handle: "Szczecinek Resident", testimonial: "Honest mechanic. No unnecessary repairs. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u", imageAlt: "Customer Maria"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u&_wi=1", imageAlt: "Customer Maria"
|
||||
},
|
||||
{
|
||||
name: "Andrzej W.", handle: "Business Owner", testimonial: "Trustworthy service. Fast turnaround. My go-to mechanic.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1ttze", imageAlt: "Customer Andrzej"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1ttze&_wi=1", imageAlt: "Customer Andrzej"
|
||||
},
|
||||
{
|
||||
name: "Katarzyna P.", handle: "Regular Customer", testimonial: "Professional work. Clear explanation. Never overcharged.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2lpox", imageAlt: "Customer Katarzyna"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2lpox&_wi=1", imageAlt: "Customer Katarzyna"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -146,22 +146,22 @@ export default function LandingPage() {
|
||||
description="Real reviews from local drivers who trust us"
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1", title: "Saved Me on the Road", quote: "My car broke down on the way to work. Mario fixed it in 30 minutes. Fair price, no hassle. I'm a customer for life.", name: "Piotr K.", role: "Local Driver", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5", imageAlt: "Piotr K."
|
||||
id: "review-1", title: "Saved Me on the Road", quote: "My car broke down on the way to work. Mario fixed it in 30 minutes. Fair price, no hassle. I'm a customer for life.", name: "Piotr K.", role: "Local Driver", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5&_wi=2", imageAlt: "Piotr K."
|
||||
},
|
||||
{
|
||||
id: "review-2", title: "Honest Mechanic", quote: "Finally found someone I can trust. He told me what I actually needed, not what would make him the most money.", name: "Maria S.", role: "Szczecinek Resident", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u", imageAlt: "Maria S."
|
||||
id: "review-2", title: "Honest Mechanic", quote: "Finally found someone I can trust. He told me what I actually needed, not what would make him the most money.", name: "Maria S.", role: "Szczecinek Resident", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u&_wi=2", imageAlt: "Maria S."
|
||||
},
|
||||
{
|
||||
id: "review-3", title: "Professional Service", quote: "Been using Mario for my business vehicles for 2 years. Reliable, fast, and always fair. Highly recommended.", name: "Andrzej W.", role: "Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1ttze", imageAlt: "Andrzej W."
|
||||
id: "review-3", title: "Professional Service", quote: "Been using Mario for my business vehicles for 2 years. Reliable, fast, and always fair. Highly recommended.", name: "Andrzej W.", role: "Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1ttze&_wi=2", imageAlt: "Andrzej W."
|
||||
},
|
||||
{
|
||||
id: "review-4", title: "Expert Work", quote: "My car runs better than ever. Mario took time to explain everything. That's rare these days. Thank you!", name: "Katarzyna P.", role: "Regular Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2lpox", imageAlt: "Katarzyna P."
|
||||
id: "review-4", title: "Expert Work", quote: "My car runs better than ever. Mario took time to explain everything. That's rare these days. Thank you!", name: "Katarzyna P.", role: "Regular Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2lpox&_wi=2", imageAlt: "Katarzyna P."
|
||||
},
|
||||
{
|
||||
id: "review-5", title: "No Surprises", quote: "Clear quote before work starts. No hidden fees. No surprises. This is how it should be everywhere.", name: "Tomasz R.", role: "Local Driver", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5", imageAlt: "Tomasz R."
|
||||
id: "review-5", title: "No Surprises", quote: "Clear quote before work starts. No hidden fees. No surprises. This is how it should be everywhere.", name: "Tomasz R.", role: "Local Driver", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9k5af5&_wi=3", imageAlt: "Tomasz R."
|
||||
},
|
||||
{
|
||||
id: "review-6", title: "Urgent Help", quote: "Emergency brake issue at 6 PM on Friday. Mario helped me get it fixed. That's customer service.", name: "Ewa L.", role: "Szczecinek Resident", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u", imageAlt: "Ewa L."
|
||||
id: "review-6", title: "Urgent Help", quote: "Emergency brake issue at 6 PM on Friday. Mario helped me get it fixed. That's customer service.", name: "Ewa L.", role: "Szczecinek Resident", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gtq71u&_wi=3", imageAlt: "Ewa L."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user