diff --git a/src/app/page.tsx b/src/app/page.tsx index e1f0625..9e59e4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=1" imageAlt="Premium specialty coffee pour with precision" mediaAnimation="slide-up" testimonials={[ @@ -62,24 +62,24 @@ export default function LandingPage() { name: "Sarah Chen", handle: "Designer, Local Studio", testimonial: "The attention to detail in every cup is remarkable. This is coffee done right.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1" }, { name: "Marcus Johnson", handle: "CEO, Tech Startup", testimonial: "A ritual I look forward to every morning. Exceptional quality.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" + "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1" }, { name: "Elena Rodriguez", handle: "Architect", testimonial: "Where minimalism meets excellence. Perfect.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg" + "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=1" }, { name: "David Kim", handle: "Writer & Photographer", testimonial: "Best coffee experience in the city. Consistently outstanding.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, ]} testimonialRotationInterval={5000} @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "coldbrew", name: "Cold Brew Concentrate", price: "$6.00", variant: "Light Roast • Smooth & Refreshing", imageSrc: - "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Artisan cold brew coffee", isFavorited: false, + "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=2", imageAlt: "Artisan cold brew coffee", isFavorited: false, }, ]} /> @@ -169,22 +169,22 @@ export default function LandingPage() { { id: "1", name: "Sarah Chen", role: "Designer", company: "Creative Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2" }, { id: "2", name: "Marcus Johnson", role: "Founder & CEO", company: "Tech Innovations", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" + "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2" }, { id: "3", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg" + "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=2" }, { id: "4", name: "David Kim", role: "Writer & Photographer", company: "Independent Creator", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, ]} />