From 1728c5dc814e70bb8994d0a0125ee5d2657673fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:31:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15623ee..3c98a68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,10 +72,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} features={[ - { id: "f1", title: "Precision Every Time", description: "Consistent, high-quality cuts that clients trust for years.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985735.jpg" }, + { id: "f1", title: "Precision Every Time", description: "Consistent, high-quality cuts that clients trust for years.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985735.jpg?_wi=1" }, { id: "f2", title: "Clean & Professional", description: "A spotless, hygienic environment where you feel welcomed.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg" }, { id: "f3", title: "Real Connection", description: "Many is known, loved, and remembered for the service.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-razor-near-brush-comb_23-2147711624.jpg" }, - { id: "f4", title: "Fast & Efficient", description: "Quality without the wait—no wasted time in the chair.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985735.jpg" } + { id: "f4", title: "Fast & Efficient", description: "Quality without the wait—no wasted time in the chair.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985735.jpg?_wi=2" } ]} title="Why Choose Many" description="Consistent quality, fast service, and a professional environment that keeps you looking sharp every time." @@ -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" }, - { 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" }, - { 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" }, - { 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" }, - { 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" } + { 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" } ]} title="Words From Loyal Clients" description="The barber you don't replace." -- 2.49.1