diff --git a/src/app/page.tsx b/src/app/page.tsx index 854c013..4628933 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ const HomePage = () => { handle: "@entrepreneur", testimonial: "100 star experience. Best place to get business done.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1", imageAlt: "professional business person portrait", }, { @@ -110,7 +110,7 @@ const HomePage = () => { handle: "@freelancer", testimonial: "Clean, professional, and incredibly fast internet. Exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg?_wi=1", imageAlt: "professional woman business portrait", }, { @@ -118,7 +118,7 @@ const HomePage = () => { handle: "@consultant", testimonial: "The coffee and comfort make it impossible to leave. A true business home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/time-is-running-out_1098-1033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/time-is-running-out_1098-1033.jpg?_wi=1", imageAlt: "professional man business portrait", }, { @@ -126,7 +126,7 @@ const HomePage = () => { handle: "@startup", testimonial: "All-in-one services save me hours every week. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=1", imageAlt: "professional business person headshot", }, ]} @@ -147,7 +147,7 @@ const HomePage = () => { tagAnimation="slide-up" buttons={[{ text: "Explore Services", href: "#services" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smiling-young-businesswoman-sitting-workplace-with-laptop-her-lap_23-2147943749.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-young-businesswoman-sitting-workplace-with-laptop-her-lap_23-2147943749.jpg?_wi=1" imageAlt="Professional office interior showcasing our workspace quality" useInvertedBackground={false} /> @@ -211,7 +211,7 @@ const HomePage = () => { name: "Sarah Mitchell", handle: "@sarahm_consulting", testimonial: "100 star experience. Best place to get business done. The team goes above and beyond.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2", imageAlt: "professional business person portrait", }, { @@ -219,7 +219,7 @@ const HomePage = () => { name: "James Chen", handle: "@james_freelancer", testimonial: "Clean, professional environment with fast computers and even faster internet. Perfect for focus work.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg?_wi=2", imageAlt: "professional woman business portrait", }, { @@ -227,7 +227,7 @@ const HomePage = () => { name: "Emily Rodriguez", handle: "@emily_consulting", testimonial: "The coffee and comfort make it impossible to leave. A true business home for serious entrepreneurs.", - imageSrc: "http://img.b2bpic.net/free-photo/time-is-running-out_1098-1033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/time-is-running-out_1098-1033.jpg?_wi=2", imageAlt: "professional man business portrait", }, { @@ -235,7 +235,7 @@ const HomePage = () => { name: "David Lin", handle: "@davidlin_startup", testimonial: "All-in-one services save me hours every week. The printing, mailbox, and workspace combined is unbeatable.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=2", imageAlt: "professional business person headshot", }, { @@ -243,7 +243,7 @@ const HomePage = () => { name: "Jessica Park", handle: "@jessica_entrepreneur", testimonial: "Finally found a workspace that feels like a second office. Professional, cozy, and incredibly welcoming.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=3", imageAlt: "professional business person portrait", }, { @@ -251,7 +251,7 @@ const HomePage = () => { name: "Michael Turner", handle: "@michael_business", testimonial: "Impressive attention to detail. Every aspect is designed for maximum productivity and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg?_wi=3", imageAlt: "professional woman business portrait", }, ]}