Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-02 12:13:33 +00:00

View File

@@ -58,6 +58,7 @@ export default function LandingPage() {
<SocialProofOne
names={["Takarazuka Local", "Coffee Journal", "Japan Tourism", "Zen Guide"]}
title="Featured In"
description="Proudly recognized by leading voices in the specialty coffee community."
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -80,6 +81,7 @@ export default function LandingPage() {
{ id: "2", title: "Quiet Atmosphere", content: "A dedicated 'quiet space' policy ensures a relaxing environment away from the city noise." },
{ id: "3", title: "Curated Selection", content: "Rotating specialty beans sourced from the finest origins worldwide." }
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-coffee-process-work_23-2148366579.jpg?_wi=1"
useInvertedBackground={true}
mediaAnimation="slide-up"
/>
@@ -91,9 +93,11 @@ export default function LandingPage() {
{ id: "1", name: "Local Resident", handle: "@nogami_life", testimonial: "The perfect place to read a book and enjoy an exquisite pour-over.", rating: 5 },
{ id: "2", name: "Artisan Seeker", handle: "@zen_minimalist", testimonial: "The balance of flavor and silence here is profound. I return every Sunday.", rating: 5 }
]}
description="What our guests have to say about their visit."
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Customer Stories"
/>
</div>