diff --git a/src/app/page.tsx b/src/app/page.tsx index 682a706..7ed8c0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@alexcoffee", testimonial: "The best espresso in the city, hands down. A true neighborhood gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@miket", testimonial: "Exceptional service and even better roasting. Velo never disappoints.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@elena_brew", testimonial: "A peaceful sanctuary for any remote worker. The staff is wonderful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@dk_roasts", testimonial: "Incredible attention to detail in their brewing methods.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=2" imageAlt="Velo Cafe interior view" mediaAnimation="blur-reveal" avatars={[ @@ -188,21 +188,21 @@ export default function LandingPage() { title: "Fresh Pastries", subtitle: "Baked Daily", description: "Our croissants are buttery, flaky, and made from scratch every single morning.", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=2", }, { tag: "Expertise", title: "Precision Brewing", subtitle: "Every Time", description: "Our baristas are trained to respect the bean, ensuring consistent flavor in every cup.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=2", }, { tag: "Comfort", title: "Designed for You", subtitle: "Urban Retreat", description: "Whether it's a quick morning caffeine fix or an afternoon escape, our cafe is your sanctuary.", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=2", }, ]} title="The Velo Experience"