From a081dd8b34cb04098b693086b6cdcea087470720 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:19:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ae72b4..dcf9bf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,8 +56,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg", imageAlt: "Portfolio showcase 1" }, { imageSrc: "http://img.b2bpic.net/free-psd/minimal-magazine-cover-landing-page-template_23-2149660314.jpg", imageAlt: "Portfolio showcase 2" }, { imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752076.jpg", imageAlt: "Portfolio showcase 3" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 4" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 5" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1", imageAlt: "Portfolio showcase 4" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=2", imageAlt: "Portfolio showcase 5" } ]} ariaLabel="Hero section showcasing portfolio work" /> @@ -155,27 +155,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Exceptional design work that elevated our brand. The attention to detail and creative problem-solving exceeded our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Professional, responsive, and incredibly talented. Our new visual identity has transformed how clients perceive our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilydesign", testimonial: "A true creative partner. The design solutions were not only beautiful but strategically aligned with our marketing goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Outstanding design quality and communication throughout the project. I'd recommend them to any business serious about design excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "David Kim" }, { id: "5", name: "Jessica Watson", handle: "@jess_w", testimonial: "Creative excellence combined with business acumen. They understood our vision and delivered designs that actually drive conversions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Watson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jessica Watson" }, { id: "6", name: "Thomas Anderson", handle: "@tanderson", testimonial: "A design partner who doesn't just follow briefs—they challenge ideas and push boundaries to create remarkable work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Thomas Anderson" } ]} showRating={true}