diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7615c9e..fbb98ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,7 +61,7 @@ export default function AboutPage() { description: "Brew Haven is more than a coffee shop - we're a community hub where neighbors become friends, students find their study sanctuary, and professionals connect over perfectly crafted beverages." } ]} - 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=2" imageAlt="Cozy Brew Haven interior" mediaAnimation="opacity" imagePosition="right" @@ -82,7 +82,7 @@ export default function AboutPage() { title: "Quality Excellence", description: "We never compromise on quality. From bean selection to brewing techniques, every detail matters in creating the perfect cup that exceeds expectations.", 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=2" }, items: [ { icon: Award, text: "Premium bean selection" }, @@ -96,7 +96,7 @@ export default function AboutPage() { title: "Community Connection", description: "We believe coffee brings people together. Our space is designed to foster connections, conversations, and community building in a warm, welcoming environment.", media: { - 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=3" }, items: [ { icon: Users, text: "Welcoming atmosphere" }, @@ -110,7 +110,7 @@ export default function AboutPage() { title: "Environmental Responsibility", description: "Sustainability is at the heart of our operations. We're committed to environmental stewardship through ethical sourcing, waste reduction, and eco-friendly practices.", 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=2" }, items: [ { icon: Leaf, text: "Sustainable sourcing" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b4a2e02..e86880a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { 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=2", imageAlt: "Sarah Mitchell" }, { @@ -96,7 +96,7 @@ export default function ContactPage() { 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=2", imageAlt: "James Chen" }, { @@ -105,7 +105,7 @@ export default function ContactPage() { 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=2", imageAlt: "Emma Rodriguez" } ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5e7e1ed..08c5729 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -52,7 +52,7 @@ export default function MenuPage() { name: "Signature Espresso Blend", price: "$3.50", variant: "Bold & Robust", - 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=2", imageAlt: "Signature espresso blend", isFavorited: false }, @@ -61,7 +61,7 @@ export default function MenuPage() { name: "Artisan Cappuccino", price: "$4.75", variant: "Velvety & Rich", - 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=2", imageAlt: "Artisan cappuccino with latte art", isFavorited: false }, @@ -70,7 +70,7 @@ export default function MenuPage() { name: "Nitro Cold Brew", price: "$4.25", variant: "Smooth & Refreshing", - 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=2", imageAlt: "Nitro cold brew coffee", isFavorited: false }, @@ -79,7 +79,7 @@ export default function MenuPage() { name: "Single Origin Pour Over", price: "$5.50", variant: "Ethiopian Highlands", - 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=2", imageAlt: "Single origin pour over", isFavorited: false }, @@ -88,7 +88,7 @@ export default function MenuPage() { name: "Seasonal Latte", price: "$5.25", variant: "Caramel Vanilla", - 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=3", imageAlt: "Seasonal specialty latte", isFavorited: false }, @@ -97,7 +97,7 @@ export default function MenuPage() { name: "House Blend Americano", price: "$3.75", variant: "Classic & Balanced", - 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=2", imageAlt: "House blend americano", isFavorited: false } @@ -122,7 +122,7 @@ export default function MenuPage() { name: "Matcha Latte", price: "$4.95", variant: "Ceremonial Grade", - 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=4", imageAlt: "Ceremonial matcha latte", isFavorited: false }, @@ -131,7 +131,7 @@ export default function MenuPage() { name: "Golden Turmeric Latte", price: "$4.50", variant: "Anti-inflammatory Blend", - 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=3", imageAlt: "Golden turmeric latte", isFavorited: false }, @@ -140,7 +140,7 @@ export default function MenuPage() { name: "Chai Tea Latte", price: "$4.25", variant: "Spiced & Warming", - 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=5", imageAlt: "Spiced chai tea latte", isFavorited: false } 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" } ]}