diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9e21b8..ddddbbb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { name: "Maria Santos", handle: "@mariasantos", testimonial: "The owners truly care about their craft and community. You can taste the passion and quality in every single cup they serve.", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg?_wi=2", imageAlt: "Maria Santos at the coffee shop" }, { @@ -100,7 +100,7 @@ export default function AboutPage() { name: "David Kim", handle: "@davidkim", testimonial: "I've been a regular for three years. The consistency in quality and the warm welcome I receive make this place truly special.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=2", imageAlt: "David Kim enjoying his coffee" }, { @@ -108,7 +108,7 @@ export default function AboutPage() { name: "Lisa Thompson", handle: "@lisathompson", testimonial: "From the ethically sourced beans to the cozy atmosphere, everything about this place reflects their commitment to excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg?_wi=2", imageAlt: "Lisa Thompson in the coffee shop" } ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fb3105..db9c86c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function HomePage() { id: "single-origin-ethiopia", name: "Single Origin Ethiopia", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg?_wi=1", imageAlt: "Rich dark roast coffee beans from Ethiopia", isFavorited: false }, @@ -120,7 +120,7 @@ export default function HomePage() { id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg?_wi=1", imageAlt: "Medium roast Colombian coffee beans", isFavorited: false }, @@ -128,7 +128,7 @@ export default function HomePage() { id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-making-coffee-cup_197531-32417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-making-coffee-cup_197531-32417.jpg?_wi=1", imageAlt: "Bold dark roast Guatemalan coffee beans", isFavorited: false }, @@ -136,7 +136,7 @@ export default function HomePage() { id: "kenyan-light-roast", name: "Kenyan Light Roast", price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg?_wi=1", imageAlt: "Bright light roast Kenyan coffee beans", isFavorited: false } @@ -165,7 +165,7 @@ export default function HomePage() { name: "Sarah Johnson", handle: "@sarahj", testimonial: "The aroma and taste of their coffee is unmatched. Every sip feels like a warm embrace on a chilly morning.", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg?_wi=1", imageAlt: "Sarah Johnson enjoying a cup of coffee" }, { @@ -173,7 +173,7 @@ export default function HomePage() { name: "Michael Chen", handle: "@michaelc", testimonial: "This place has become my second home. The staff is incredibly friendly and the atmosphere is perfect for work or relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1", imageAlt: "Michael Chen working at the coffee shop" }, { @@ -181,7 +181,7 @@ export default function HomePage() { name: "Emma Rodriguez", handle: "@emmar", testimonial: "I've tried many coffee shops, but none compare to the quality and service here. A true gem in the neighborhood!", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg?_wi=1", imageAlt: "Emma Rodriguez sipping coffee with a smile" } ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 73f9428..997619b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -40,7 +40,7 @@ export default function ProductsPage() { id: "single-origin-ethiopia", name: "Single Origin Ethiopia", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg?_wi=2", imageAlt: "Rich dark roast coffee beans from Ethiopia", isFavorited: false }, @@ -48,7 +48,7 @@ export default function ProductsPage() { id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg?_wi=2", imageAlt: "Medium roast Colombian coffee beans", isFavorited: false }, @@ -56,7 +56,7 @@ export default function ProductsPage() { id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-making-coffee-cup_197531-32417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-making-coffee-cup_197531-32417.jpg?_wi=2", imageAlt: "Bold dark roast Guatemalan coffee beans", isFavorited: false }, @@ -64,7 +64,7 @@ export default function ProductsPage() { id: "kenyan-light-roast", name: "Kenyan Light Roast", price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-with-desserts-cheesecake-pistachios-cake-side-view_141793-3221.jpg?_wi=2", imageAlt: "Bright light roast Kenyan coffee beans", isFavorited: false }, @@ -72,7 +72,7 @@ export default function ProductsPage() { id: "brazilian-espresso-blend", name: "Brazilian Espresso Blend", price: "$17.99", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg?_wi=3", imageAlt: "Rich Brazilian espresso blend", isFavorited: false }, @@ -80,7 +80,7 @@ export default function ProductsPage() { id: "house-signature-blend", name: "House Signature Blend", price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg?_wi=3", imageAlt: "Our signature house blend coffee", isFavorited: false }