From e1a88ff66ceabea2815d75ee268e566923628e23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:08:36 +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 9c5e176..664e47f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function MarbleLandingPage() { testimonials={[ { name: "James Mitchell", handle: "Architect, Design Studio", testimonial: "Exceptional quality and reliability. The marble consistently exceeds our project specifications.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell" }, { name: "Sofia Romano", handle: "CEO, Interior Design Firm", testimonial: "Their selection and expertise have transformed our luxury projects. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sofia Romano" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sofia Romano" } ]} buttons={[ @@ -178,23 +178,23 @@ export default function MarbleLandingPage() { testimonials={[ { id: "1", name: "Robert Anderson", role: "Principal Architect", company: "Anderson Architecture Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Anderson" }, { id: "2", name: "Elena Rossi", role: "Design Director", company: "Rossi Interiors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Rossi" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Elena Rossi" }, { id: "3", name: "David Zhang", role: "Project Manager", company: "Premium Constructions Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Zhang" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Zhang" }, { id: "4", name: "Isabella Martinez", role: "Creative Director", company: "Luxe Design Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Isabella Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Isabella Martinez" }, { id: "5", name: "Michael Thompson", role: "CEO", company: "Thompson Hospitality", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson" }, { id: "6", name: "Sophie Beaumont", role: "Lead Designer", company: "Beaumont Design Collective", rating: 5, -- 2.49.1