diff --git a/src/app/page.tsx b/src/app/page.tsx index e010c93..4f003b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { tag="Café Lavande" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "minimalist coffee shop interior lavender tones", }, { @@ -114,21 +114,21 @@ export default function LandingPage() { name: "Honey Lavender Latte", price: "$6.00", variant: "House Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg?_wi=1", }, { id: "2", name: "Smooth Cold Brew", price: "$4.50", variant: "Slow-Steeped", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg?_wi=1", }, { id: "3", name: "Lavender Chai", price: "$5.50", variant: "Balanced & Mild", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg?_wi=1", }, { id: "4", @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Calm, light, and incredibly peaceful.", tag: "Studious", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-works-pc-school_641386-995.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "woman studying minimalist cafe portrait", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "Great drinks and relaxing atmosphere.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064704.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg?_wi=2", imageAlt: "woman studying minimalist cafe portrait", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "I love the silence and the unlimited wifi.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg?_wi=2", imageAlt: "woman studying minimalist cafe portrait", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "The perfect place to clear my head.", tag: "Remote Work", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5912.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg?_wi=2", imageAlt: "woman studying minimalist cafe portrait", }, ]}