diff --git a/src/app/page.tsx b/src/app/page.tsx index 66b3784..533b134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -76,7 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to Our Coffeehouse" description="Blue Front Coffee Co has been a staple of the Downtown Athens community. We believe in the power of a perfect cup, friendly service, and a welcoming atmosphere that invites creativity and community connection. Whether you're a student pulling an all-nighter or a local meeting up with friends, we're glad to have you." - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg?_wi=1" /> @@ -92,7 +92,7 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=1", imageAlt: "Fresh Pastry", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { imageAlt: "Downtown Athens Cafe Exterior", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg?_wi=2", imageAlt: "latte art close up coffee shop", }, { @@ -112,14 +112,14 @@ export default function LandingPage() { description: "High-speed Wi-Fi and comfortable seating for students and remote workers.", bentoComponent: "reveal-icon", icon: Wifi, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg?_wi=2", imageAlt: "barista serving customer coffee shop", }, { title: "Location", description: "Conveniently central", bentoComponent: "map", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=2", imageAlt: "fresh pastry coffee shop wooden table", }, ]}