diff --git a/src/app/page.tsx b/src/app/page.tsx index 843c8fd..d554fd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { const testimonials = [ { - id: "testimonial-1", name: "Marco Rossi", handle: "Local Business Owner", testimonial: "Delsanto has been our go-to service provider for five years. Their professionalism and reliability are unmatched in our area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marco Rossi"}, + id: "testimonial-1", name: "Marco Rossi", handle: "Local Business Owner", testimonial: "Delsanto has been our go-to service provider for five years. Their professionalism and reliability are unmatched in our area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marco Rossi"}, { - id: "testimonial-2", name: "Elena Bianchi", handle: "Pollenzo resident", testimonial: "Outstanding service quality and customer care. They always go above and beyond to ensure complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Bianchi"}, + id: "testimonial-2", name: "Elena Bianchi", handle: "Pollenzo resident", testimonial: "Outstanding service quality and customer care. They always go above and beyond to ensure complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Bianchi"}, { - id: "testimonial-3", name: "Giovanni Ferrari", handle: "Regional Manager", testimonial: "Professional, punctual, and always deliver exceptional results. Highly recommended for any service needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Giovanni Ferrari"}, + id: "testimonial-3", name: "Giovanni Ferrari", handle: "Regional Manager", testimonial: "Professional, punctual, and always deliver exceptional results. Highly recommended for any service needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Giovanni Ferrari"}, { - id: "testimonial-4", name: "Lucia Gallo", handle: "Community Leader", testimonial: "Delsanto is a pillar of our community. Their commitment to quality is evident in every project they undertake.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lucia Gallo"}, + id: "testimonial-4", name: "Lucia Gallo", handle: "Community Leader", testimonial: "Delsanto is a pillar of our community. Their commitment to quality is evident in every project they undertake.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lucia Gallo"}, { - id: "testimonial-5", name: "Andrea Testa", handle: "Service Director", testimonial: "Reliable, professional, and results-driven. Delsanto consistently exceeds our expectations and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Andrea Testa"}, + id: "testimonial-5", name: "Andrea Testa", handle: "Service Director", testimonial: "Reliable, professional, and results-driven. Delsanto consistently exceeds our expectations and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Andrea Testa"}, { - id: "testimonial-6", name: "Francesca Marino", handle: "Client Advocate", testimonial: "The best service provider in the region. Their attention to detail and customer focus sets them apart.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Francesca Marino"}, + id: "testimonial-6", name: "Francesca Marino", handle: "Client Advocate", testimonial: "The best service provider in the region. Their attention to detail and customer focus sets them apart.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Francesca Marino"}, ]; const footerColumns = [ @@ -136,10 +136,10 @@ export default function LandingPage() {