diff --git a/src/app/page.tsx b/src/app/page.tsx index 4663b7a..3794415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="https://img.b2bpic.net/free-photo/disposable-paper-cup-trendy-color-viva-magenta_169016-53634.jpg" + imageSrc="https://img.b2bpic.net/free-photo/disposable-paper-cup-trendy-color-viva-magenta_169016-53634.jpg?_wi=1" imageAlt="Freshly brewed coffee cup" mediaAnimation="opacity" frameStyle="card" @@ -82,7 +82,7 @@ export default function HomePage() { description: "Our baristas are certified professionals trained in the latest coffee techniques, from latte art to espresso extraction science." } ]} - imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg" + imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg?_wi=1" imageAlt="Cozy coffeeshop atmosphere" mediaAnimation="opacity" imagePosition="right" @@ -103,7 +103,7 @@ export default function HomePage() { title: "Artisan Roasting", description: "We small-batch roast our beans to order, ensuring maximum freshness and flavor complexity. Our roasters use decades of experience to achieve the perfect roast profile for each origin.", media: { - imageSrc: "https://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg?_wi=1" }, items: [ { icon: Flame, text: "Temperature precision" }, @@ -117,7 +117,7 @@ export default function HomePage() { title: "Expert Brewing", description: "Every drink is prepared with technique and care. Our baristas are trained in precision brewing methods to extract the perfect balance from each bean.", media: { - imageSrc: "https://img.b2bpic.net/free-photo/making-drip-coffee-cafe_53876-31851.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/making-drip-coffee-cafe_53876-31851.jpg?_wi=1" }, items: [ { icon: Droplet, text: "Water temperature control" }, @@ -131,7 +131,7 @@ export default function HomePage() { title: "Sustainable Sourcing", description: "We source directly from ethical farms around the world, building lasting relationships with producers who share our commitment to quality and sustainability.", media: { - imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-brown-bag-with-red-coffee-beans-it_181624-18802.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-brown-bag-with-red-coffee-beans-it_181624-18802.jpg?_wi=1" }, items: [ { icon: Leaf, text: "Eco-friendly practices" }, @@ -160,7 +160,7 @@ export default function HomePage() { name: "Classic Espresso", price: "$3.50", variant: "Rich & Bold", - imageSrc: "https://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57625.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57625.jpg?_wi=1", imageAlt: "Classic espresso shot", isFavorited: false }, @@ -169,7 +169,7 @@ export default function HomePage() { name: "Silky Cappuccino", price: "$4.75", variant: "Creamy & Smooth", - imageSrc: "https://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "Cappuccino with latte art", isFavorited: false }, @@ -178,7 +178,7 @@ export default function HomePage() { name: "Cold Brew", price: "$4.25", variant: "Refreshing & Smooth", - imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=1", imageAlt: "Iced cold brew coffee", isFavorited: false } @@ -204,7 +204,7 @@ export default function HomePage() { role: "Regular Customer", company: "Local Business Owner", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { @@ -213,7 +213,7 @@ export default function HomePage() { role: "Coffee Enthusiast", company: "Coffee Roasters Guild", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen" }, { @@ -222,7 +222,7 @@ export default function HomePage() { role: "Barista", company: "Specialty Coffee Association", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/positive-human-facial-expressions-emotions-cheerful-attractive-teenage-girl-with-bob-hairstyle-grinning-broadly-showing-her-perfect-white-teeth-while-spending-nice-time-indoors_273609-7385.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/positive-human-facial-expressions-emotions-cheerful-attractive-teenage-girl-with-bob-hairstyle-grinning-broadly-showing-her-perfect-white-teeth-while-spending-nice-time-indoors_273609-7385.jpg?_wi=1", imageAlt: "Emma Rodriguez" } ]}