Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-29 11:38:58 +00:00

View File

@@ -89,11 +89,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Alessandro B.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hipster-male-with-stylish-haircut-sits-chair-hairdresser-s-salon_613910-13412.jpg?_wi=1" },
{ id: "t2", name: "Marco V.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hipster-male-with-stylish-haircut-sits-chair-hairdresser-s-salon_613910-13412.jpg?_wi=2" },
{ id: "t3", name: "Luca R.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hipster-male-with-stylish-haircut-sits-chair-hairdresser-s-salon_613910-13412.jpg?_wi=3" },
{ id: "t4", name: "Giovanni P.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hipster-male-with-stylish-haircut-sits-chair-hairdresser-s-salon_613910-13412.jpg?_wi=4" },
{ id: "t5", name: "Matteo S.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hipster-male-with-stylish-haircut-sits-chair-hairdresser-s-salon_613910-13412.jpg?_wi=5" }
{ id: "t1", name: "Alessandro B.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-barber-client-hair-salon_23-2148464673.jpg" },
{ id: "t2", name: "Marco V.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-haircut-by-barber_23-2148332152.jpg" },
{ id: "t3", name: "Luca R.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-customer-s-hair-salon_23-2148464670.jpg" },
{ id: "t4", name: "Giovanni P.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-groomed_23-2148332154.jpg" },
{ id: "t5", name: "Matteo S.", role: "Client", company: "Brescia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-barber-service_23-2148332156.jpg" }
]}
title="Words From Loyal Clients"
description="The barber you don't replace."
@@ -126,3 +126,8 @@ export default function LandingPage() {
</ThemeProvider>
);
}
"
}
],
"rawPlan": "I've updated the images in the testimonials section with a fresh set of customer review photos to better highlight real client experiences."
}