Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 18:50:21 +00:00

View File

@@ -111,11 +111,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marco Rossi", handle: "@marcorossi", testimonial: "Excellent dentist, honest and professional. Always suggests the right treatment and is very attentive to patients. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageAlt: "Marco Rossi testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=1", imageAlt: "Marco Rossi testimonial"
},
{
id: "2", name: "Giulia Bianchi", handle: "@giuliab", testimonial: "Very comfortable environment and professional staff. Dr. Albera takes time to explain every procedure. I felt completely at ease.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg", imageAlt: "Giulia Bianchi testimonial"
imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg?_wi=1", imageAlt: "Giulia Bianchi testimonial"
},
{
id: "3", name: "Antonio Ferrari", handle: "@aferrari", testimonial: "The clinic is immaculate and modern. The treatment I received was professional and painless. I've never had a better dental experience.", rating: 5,
@@ -127,11 +127,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Paolo Marconi", handle: "@pmarconi", testimonial: "Professional, punctual, and compassionate. The best dental clinic I've visited. Highly recommend to anyone in the area.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageAlt: "Paolo Marconi testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2", imageAlt: "Paolo Marconi testimonial"
},
{
id: "6", name: "Elena Moretti", handle: "@elenamor", testimonial: "Outstanding service and attention to detail. My family and I have been patients for years and couldn't be happier with the care we receive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg", imageAlt: "Elena Moretti testimonial"
imageSrc: "http://img.b2bpic.net/free-vector/dental-clinic-instagram-stories-template-design_23-2149553891.jpg?_wi=2", imageAlt: "Elena Moretti testimonial"
}
]}
showRating={true}