diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d9254c..4c24afe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { description="Founded in 2015" subdescription="By coffee lovers, for coffee lovers" icon={Heart} - imageSrc="http://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="http://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=4" imageAlt="Premium Coffee Beans" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -99,7 +99,7 @@ export default function AboutPage() { description: "We partner directly with coffee farmers to ensure fair trade practices and sustainable cultivation methods for every bean we roast.", imageSrc: - "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", + "http://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=5", imageAlt: "Ethical Coffee Sourcing", }, { @@ -108,7 +108,7 @@ export default function AboutPage() { description: "Our master roasters use traditional techniques combined with modern precision to achieve the perfect roast profile for each single-origin bean.", imageSrc: - "http://img.b2bpic.net/free-photo/barista-coffee-house-with-portafilter-holders_1303-31338.jpg", + "http://img.b2bpic.net/free-photo/barista-coffee-house-with-portafilter-holders_1303-31338.jpg?_wi=2", imageAlt: "Artisan Coffee Roasting", }, { @@ -117,7 +117,7 @@ export default function AboutPage() { description: "We support local coffee education initiatives and host monthly cupping events where customers can learn and connect with fellow enthusiasts.", imageSrc: - "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg", + "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg?_wi=3", imageAlt: "Community Connection", }, ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index b07d845..c392203 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -86,7 +86,7 @@ export default function MenuPage() { rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", + "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe Coffee", }, { @@ -97,7 +97,7 @@ export default function MenuPage() { rating: 5, reviewCount: "287", imageSrc: - "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg", + "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg?_wi=2", imageAlt: "Italian Espresso Blend", }, { @@ -108,7 +108,7 @@ export default function MenuPage() { rating: 4, reviewCount: "198", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg", + "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg?_wi=2", imageAlt: "Cold Brew Concentrate", }, { @@ -119,7 +119,7 @@ export default function MenuPage() { rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/barista-coffee-house-with-portafilter-holders_1303-31338.jpg", + "http://img.b2bpic.net/free-photo/barista-coffee-house-with-portafilter-holders_1303-31338.jpg?_wi=1", imageAlt: "Colombian Geisha Coffee", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a41d6..5c5b6a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function HomePage() { rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", + "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe Coffee", }, { @@ -121,7 +121,7 @@ export default function HomePage() { rating: 5, reviewCount: "287", imageSrc: - "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg", + "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup_1339-4032.jpg?_wi=1", imageAlt: "Italian Espresso Blend", }, { @@ -132,7 +132,7 @@ export default function HomePage() { rating: 4, reviewCount: "198", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg", + "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg?_wi=1", imageAlt: "Cold Brew Concentrate", }, ]} @@ -151,7 +151,7 @@ export default function HomePage() { description="Founded in 2015" subdescription="By coffee lovers, for coffee lovers" icon={Heart} - imageSrc="http://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="http://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" imageAlt="Premium Coffee Beans" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -169,7 +169,7 @@ export default function HomePage() { description: "Single-origin, specialty-grade beans roasted fresh daily to ensure peak flavor and aroma in every cup.", imageSrc: - "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", + "http://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", imageAlt: "Premium Coffee Beans", }, { @@ -196,7 +196,7 @@ export default function HomePage() { description: "Subscribe to get your favorite coffee delivered monthly with exclusive discounts and early access to new blends.", imageSrc: - "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", + "http://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=3", imageAlt: "Subscription Service", }, ]} @@ -242,7 +242,7 @@ export default function HomePage() { name: "Emma Johnson", role: "Coffee Collector", imageSrc: - "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", + "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Emma Johnson", }, { @@ -253,7 +253,7 @@ export default function HomePage() { name: "Michael Chen", role: "First-Time Buyer", imageSrc: - "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", + "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Michael Chen", }, {