From 13621ac538bd287156dc2e2d3178fad5107e1dc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:11:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da1407e..7605a50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-coffee-process-work_23-2148366579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-coffee-process-work_23-2148366579.jpg?_wi=1", imageAlt: "Artisan coffee pour", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg?_wi=1", imageAlt: "Minimalist zen café interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lots-small-onions-shallots-bowls-top-view-dark-table_176474-2002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lots-small-onions-shallots-bowls-top-view-dark-table_176474-2002.jpg?_wi=1", imageAlt: "Freshly roasted coffee beans", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg?_wi=1", imageAlt: "Quiet café corner for reading", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-cup-coffee-surrounded-by-coffee-beans_23-2148028153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-cup-coffee-surrounded-by-coffee-beans_23-2148028153.jpg?_wi=1", imageAlt: "Hand drip coffee ritual", }, ]} @@ -94,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Quiet Reflection" description="讃喫茶室 (San Kissashitsu) offers a sanctuary for those who appreciate the finer details. From carefully sourced specialty beans to our intentional 'quiet space' policy, we invite you to disconnect from the city noise and reconnect with yourself over a perfect cup." - imageSrc="http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg?_wi=2" imageAlt="Minimalist café interior" /> @@ -143,7 +143,7 @@ export default function LandingPage() { name: "Local Regular", handle: "@takara_coffee_lover", testimonial: "A hidden gem in Nogami. The attention to detail in every cup is unmatched. The most peaceful hour of my week.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-coffee-process-work_23-2148366579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-coffee-process-work_23-2148366579.jpg?_wi=2", imageAlt: "hand-dripped specialty coffee pour", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { name: "Takarazuka Visitor", handle: "@travel_enthusiast", testimonial: "The atmosphere is unlike any other. Truly a Zen-Modern sanctuary.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-coffee-with-latte-art-blue-ceramic-cup-wooden-table_181624-1792.jpg?_wi=3", imageAlt: "minimalist zen café interior dark wood", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { name: "Coffee Enthusiast", handle: "@bean_connoisseur", testimonial: "Their rotating bean selection is phenomenal. A must-visit in Hyogo.", - imageSrc: "http://img.b2bpic.net/free-photo/lots-small-onions-shallots-bowls-top-view-dark-table_176474-2002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lots-small-onions-shallots-bowls-top-view-dark-table_176474-2002.jpg?_wi=2", imageAlt: "specialty coffee beans macro shot", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Local Resident", handle: "@nogami_life", testimonial: "The perfect place to read a book and enjoy an exquisite pour-over.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg?_wi=2", imageAlt: "minimalist cafe quiet corner", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Artisan Seeker", handle: "@zen_minimalist", testimonial: "The balance of flavor and silence here is profound. I return every Sunday.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-cup-coffee-surrounded-by-coffee-beans_23-2148028153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-cup-coffee-surrounded-by-coffee-beans_23-2148028153.jpg?_wi=2", imageAlt: "coffee brewing masterclass hand drip", }, ]} -- 2.49.1