diff --git a/src/app/page.tsx b/src/app/page.tsx index 5505a9c..2713e34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,12 +149,12 @@ export default function LandingPage() { { title: "Single-Origin Excellence", description: "Ethically sourced beans from the finest micro-lots across the globe.", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-bun-cutting-board-high-angle_23-2148229098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-bun-cutting-board-high-angle_23-2148229098.jpg?_wi=1", }, { title: "Work-Friendly Oasis", description: "Designed for focus, comfort, and productivity with high-speed connectivity.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-typing-person_23-2147768827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-typing-person_23-2147768827.jpg?_wi=1", }, { title: "Weekend Wonders", @@ -164,12 +164,12 @@ export default function LandingPage() { { title: "Fresh Baked Daily", description: "Authentic sourdough and pastries made in-house every morning.", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-bun-cutting-board-high-angle_23-2148229098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-bun-cutting-board-high-angle_23-2148229098.jpg?_wi=2", }, { title: "Community Vibe", description: "A warm space where people connect over a shared love for coffee.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-typing-person_23-2147768827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-typing-person_23-2147768827.jpg?_wi=2", }, ]} title="Why KACJ Stands Out" @@ -188,37 +188,37 @@ export default function LandingPage() { id: "p1", name: "Dirty Latte", price: "RM 16", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=1", }, { id: "p2", name: "Shokupan Sando", price: "RM 22", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=2", }, { id: "p3", name: "Artisan Sourdough", price: "RM 18", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=3", }, { id: "p4", name: "Single Origin Pour Over", price: "RM 20", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=4", }, { id: "p5", name: "Berry Custard Danish", price: "RM 12", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=5", }, { id: "p6", name: "House Espresso Blend", price: "RM 45", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-blackberry-galette_114579-1308.jpg?_wi=6", }, ]} title="Artisan Selections" @@ -238,7 +238,7 @@ export default function LandingPage() { handle: "@sarah_j", testimonial: "The best Dirty Latte I have had in JB, hands down.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg?_wi=1", }, { id: "2", @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "@chen_coffee", testimonial: "I work here weekly. The WiFi is solid and the pastries are heavenly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg?_wi=2", }, { id: "3", @@ -254,7 +254,7 @@ export default function LandingPage() { handle: "@emily_explores", testimonial: "Stopped by on a day trip from Singapore and it was worth the queue!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg?_wi=3", }, { id: "4", @@ -262,7 +262,7 @@ export default function LandingPage() { handle: "@david_coff", testimonial: "Genuine artisan quality that feels rare in JB these days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg?_wi=4", }, { id: "5", @@ -270,7 +270,7 @@ export default function LandingPage() { handle: "@maya_eats", testimonial: "So aesthetically pleasing, my feed loved the visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg?_wi=5", }, ]} showRating={true}