diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dcf22c..94e0f95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 1"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=1", imageAlt: "Matcha Coffee Fusion 1"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 2"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=2", imageAlt: "Matcha Coffee Fusion 2"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 3"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=3", imageAlt: "Matcha Coffee Fusion 3"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 4"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=4", imageAlt: "Matcha Coffee Fusion 4"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 5"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=5", imageAlt: "Matcha Coffee Fusion 5"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg", imageAlt: "Matcha Coffee Fusion 6"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163372.jpg?_wi=6", imageAlt: "Matcha Coffee Fusion 6"}, ]} /> @@ -91,13 +91,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "KOCHA!", name: "Original Ko-Cha", price: "Rp 15.000", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/japanese-green-matcha-tea-geometric-badges_23-2148569220.jpg"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/japanese-green-matcha-tea-geometric-badges_23-2148569220.jpg?_wi=1"}, { id: "p2", brand: "KOCHA!", name: "Creamy Matcha Brew", price: "Rp 15.000", rating: 5, - reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg"}, + reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg?_wi=1"}, { id: "p3", brand: "KOCHA!", name: "Bold Coffee Matcha", price: "Rp 15.000", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-psd/cocktail-bar-template-design_23-2150697066.jpg"}, + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-psd/cocktail-bar-template-design_23-2150697066.jpg?_wi=1"}, ]} title="Our Signature Blends" description="Premium ingredients, artisan process. Always fresh, always ready to drink." @@ -113,15 +113,15 @@ export default function LandingPage() { { id: "f1", title: "Unique Fusion", tags: [ "Kopi & Matcha"], - imageSrc: "http://img.b2bpic.net/free-vector/japanese-green-matcha-tea-geometric-badges_23-2148569220.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/japanese-green-matcha-tea-geometric-badges_23-2148569220.jpg?_wi=2"}, { id: "f2", title: "Affordable Price", tags: [ "Rp 15k"], - imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg?_wi=2"}, { id: "f3", title: "Aesthetic & Trendy", tags: [ "Ig-Worthy"], - imageSrc: "http://img.b2bpic.net/free-psd/cocktail-bar-template-design_23-2150697066.jpg"}, + imageSrc: "http://img.b2bpic.net/free-psd/cocktail-bar-template-design_23-2150697066.jpg?_wi=2"}, ]} title="Why KOCHA! Rules" description="Simple reasons why you'll get hooked from the first sip."