Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-04 15:30:27 +00:00

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Zurich Bean Collective", "Swiss Pastry Guild", "Wiedikon Daily", "Organic Farm Swiss", "Zurich Eatery", "Milkman AG", "Sweet Delights Co."]}
"Zurich Bean Collective", "Swiss Pastry Guild", "Wiedikon Daily", "Organic Farm Swiss", "Zurich Eatery", "Milkman AG", "Sweet Delights Co."}
title="Trusted Partners & Community Features"
description="We're proud to collaborate with local artisans and have been featured by leading community voices for our commitment to quality."
speed={40}
@@ -153,7 +153,7 @@ export default function LandingPage() {
{
id: "4", name: "David L.", role: "Food Blogger", testimonial: "I'm a keen observer of local eateries, and Blumenhaus Wiedikon consistently impresses. Their seasonal specials are a culinary delight.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833018.jpg", imageAlt: "couple laughing cafe table"},
{
id: "5", name: "Olivia P.", role: "Student", testimonial: "Great coffee at reasonable prices, plus a super cozy vibe perfect for studying or catching up with friends. This place is my go-to!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-hugging_23-2149097886.jpg", imageAlt: "person holding latte art"},
id: "5", name: "Olivia P.", role: "Student", testimonial: "Great coffee at reasonable prices, plus a super cozy vibe perfect for studying or catching up with friends. This place is my go-to!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-hugging_23-2149097886.jpg", alt: "person holding latte art"},
]}
title="What Our Guests Say About Blumenhaus"
description="Don't just take our word for it—read the delightful experiences shared by our cherished customers who make our coffee shop truly special."
@@ -212,12 +212,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Blumenhaus Wiedikon"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "Our Menu", href: "#menu"}}
rightLink={{
text: "Terms of Service", href: "#"}}
text: "Contact Us", href: "#contact"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}