diff --git a/src/app/page.tsx b/src/app/page.tsx
index 001fa37..e4d66cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -61,68 +51,33 @@ export default function LandingPage() {
description="Your cozy escape for exceptional coffee, artisanal pastries, and vibrant community."
testimonials={[
{
- name: "Anna K.",
- handle: "@AnnaK_Coffee",
- testimonial: "Blumenhaus Wiedikon is my daily dose of happiness! The coffee is superb, and the atmosphere is just perfect for unwinding.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg",
- imageAlt: "person enjoying coffee in cafe",
- },
+ name: "Anna K.", handle: "@AnnaK_Coffee", testimonial: "Blumenhaus Wiedikon is my daily dose of happiness! The coffee is superb, and the atmosphere is just perfect for unwinding.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-3019.jpg", imageAlt: "person enjoying coffee in cafe"},
{
- name: "Mark D.",
- handle: "@Mark_Explorer",
- testimonial: "A true hidden gem in Wiedikon. Their pastries are to die for, and the staff always makes you feel welcome. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-man-drinking-coffee_23-2148465244.jpg",
- imageAlt: "man working on laptop cafe",
- },
+ name: "Mark D.", handle: "@Mark_Explorer", testimonial: "A true hidden gem in Wiedikon. Their pastries are to die for, and the staff always makes you feel welcome. Highly recommend!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mature-man-drinking-coffee_23-2148465244.jpg", imageAlt: "man working on laptop cafe"},
{
- name: "Sophie L.",
- handle: "@SophieReads",
- testimonial: "I love spending my afternoons here with a good book and their delicious chai latte. It's my favorite quiet spot in the city.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
- imageAlt: "woman reading book coffee shop",
- },
+ name: "Sophie L.", handle: "@SophieReads", testimonial: "I love spending my afternoons here with a good book and their delicious chai latte. It's my favorite quiet spot in the city.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg", imageAlt: "woman reading book coffee shop"},
{
- name: "David M.",
- handle: "@David_Foodie",
- testimonial: "The best place for a brunch date! Their avocado toast and flat white are consistently amazing. A must-visit!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269141.jpg",
- imageAlt: "couple laughing cafe table",
- },
+ name: "David M.", handle: "@David_Foodie", testimonial: "The best place for a brunch date! Their avocado toast and flat white are consistently amazing. A must-visit!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269141.jpg", imageAlt: "couple laughing cafe table"},
{
- name: "Elisa R.",
- handle: "@Elisa_Eats",
- testimonial: "The attention to detail in every cup is incredible. You can really taste the passion. Blumenhaus is simply the best coffee shop around.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-with-autumn-leaves-blanket_23-2148630227.jpg",
- imageAlt: "person holding latte art",
- },
+ name: "Elisa R.", handle: "@Elisa_Eats", testimonial: "The attention to detail in every cup is incredible. You can really taste the passion. Blumenhaus is simply the best coffee shop around.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-with-autumn-leaves-blanket_23-2148630227.jpg", imageAlt: "person holding latte art"},
]}
testimonialRotationInterval={5000}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg",
- alt: "happy person smiling",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy person smiling"},
{
- src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg",
- alt: "smiling woman portrait natural light",
- },
+ src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", alt: "smiling woman portrait natural light"},
{
- src: "http://img.b2bpic.net/free-photo/african-american-young-man_171337-15950.jpg",
- alt: "man smiling close up portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/african-american-young-man_171337-15950.jpg", alt: "man smiling close up portrait"},
{
- src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
- alt: "woman short hair smiling portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "woman short hair smiling portrait"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg",
- alt: "Front view smiley woman at home",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", alt: "Front view smiley woman at home"},
]}
avatarText="Loved by the Wiedikon community"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-together_23-2149149669.jpg"
@@ -138,15 +93,10 @@ export default function LandingPage() {
title="More Than Just Coffee: Our Passion for Quality & Community"
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
{
- text: "Visit Us",
- href: "#contact",
- },
+ text: "Visit Us", href: "#contact"},
]}
- description="At Blumenhaus Wiedikon, we believe coffee is an art form and a daily ritual. We carefully select the finest beans, roast them to perfection, and craft each drink with precision and passion. Beyond the cup, we've cultivated a warm and inviting space where friends gather, ideas bloom, and connections thrive. Come discover your new favorite spot."
/>
@@ -158,47 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "latte",
- name: "Signature Latte",
- price: "CHF 6.50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg",
- imageAlt: "artisanal latte with delicate foam art",
- },
+ id: "latte", name: "Signature Latte", price: "CHF 6.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee_74190-2919.jpg", imageAlt: "artisanal latte with delicate foam art"},
{
- id: "espresso",
- name: "Espresso Shot",
- price: "CHF 4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29681.jpg",
- imageAlt: "rich espresso shot with crema",
- },
+ id: "espresso", name: "Espresso Shot", price: "CHF 4.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-cream-coffee-liqueur-with-ice-wooden-table_123827-29681.jpg", imageAlt: "rich espresso shot with crema"},
{
- id: "croissant",
- name: "Artisanal Croissant",
- price: "CHF 5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-croissants-board-marble-table_114579-45274.jpg",
- imageAlt: "freshly baked croissant on plate",
- },
+ id: "croissant", name: "Artisanal Croissant", price: "CHF 5.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-croissants-board-marble-table_114579-45274.jpg", imageAlt: "freshly baked croissant on plate"},
{
- id: "muffin",
- name: "Blueberry Muffin",
- price: "CHF 4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-7071.jpg",
- imageAlt: "blueberry muffin with streusel topping",
- },
+ id: "muffin", name: "Blueberry Muffin", price: "CHF 4.50", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-7071.jpg", imageAlt: "blueberry muffin with streusel topping"},
{
- id: "iced-coffee",
- name: "Iced Americano",
- price: "CHF 7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktails-beach-arrangement_23-2150251373.jpg",
- imageAlt: "refreshing iced coffee with milk",
- },
+ id: "iced-coffee", name: "Iced Americano", price: "CHF 7.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktails-beach-arrangement_23-2150251373.jpg", imageAlt: "refreshing iced coffee with milk"},
{
- id: "cookie",
- name: "Vegan Chocolate Chip Cookie",
- price: "CHF 3.80",
- imageSrc: "http://img.b2bpic.net/free-photo/cookies-assortment-top-view_23-2149021976.jpg",
- imageAlt: "vegan chocolate chip cookie",
- },
+ id: "cookie", name: "Vegan Chocolate Chip Cookie", price: "CHF 3.80", imageSrc: "http://img.b2bpic.net/free-photo/cookies-assortment-top-view_23-2149021976.jpg", imageAlt: "vegan chocolate chip cookie"},
]}
title="Our Crafted Selections"
description="Explore our exquisite range of coffees, teas, and freshly baked delights. Every item on our menu is prepared with the highest quality ingredients and a touch of passion."
@@ -210,14 +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}
@@ -232,45 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Local Resident",
- testimonial: "Blumenhaus Wiedikon is truly a gem! The coffee is always perfect, and the ambiance makes it my favorite spot to relax. A must-visit!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg",
- imageAlt: "person enjoying coffee in cafe",
- },
+ id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "Blumenhaus Wiedikon is truly a gem! The coffee is always perfect, and the ambiance makes it my favorite spot to relax. A must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg", imageAlt: "person enjoying coffee in cafe"},
{
- id: "2",
- name: "Michael T.",
- role: "Freelance Designer",
- testimonial: "As a freelancer, I appreciate a great workspace. Blumenhaus offers delicious coffee, fast Wi-Fi, and a quiet corner to focus. Fantastic!",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-businessman-man-with-laptop-sitting-coffee-shop-chair-working-freelancer-doing-his-job-online-from-cafe_1258-314664.jpg",
- imageAlt: "man working on laptop cafe",
- },
+ id: "2", name: "Michael T.", role: "Freelance Designer", testimonial: "As a freelancer, I appreciate a great workspace. Blumenhaus offers delicious coffee, fast Wi-Fi, and a quiet corner to focus. Fantastic!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-businessman-man-with-laptop-sitting-coffee-shop-chair-working-freelancer-doing-his-job-online-from-cafe_1258-314664.jpg", imageAlt: "man working on laptop cafe"},
{
- id: "3",
- name: "Emily R.",
- role: "Book Club Organizer",
- testimonial: "Our book club loves meeting here. The staff is incredibly friendly, and their selection of teas and pastries is exquisite. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cup-reading-near-window_23-2147848167.jpg",
- imageAlt: "woman reading book coffee shop",
- },
+ id: "3", name: "Emily R.", role: "Book Club Organizer", testimonial: "Our book club loves meeting here. The staff is incredibly friendly, and their selection of teas and pastries is exquisite. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cup-reading-near-window_23-2147848167.jpg", imageAlt: "woman reading book coffee shop"},
{
- 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: "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", imageAlt: "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."
@@ -282,28 +165,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "What are your opening hours?",
- content: "We are open Monday to Friday from 7:00 AM to 6:00 PM, and on weekends from 8:00 AM to 5:00 PM.",
- },
+ id: "q1", title: "What are your opening hours?", content: "We are open Monday to Friday from 7:00 AM to 6:00 PM, and on weekends from 8:00 AM to 5:00 PM."},
{
- id: "q2",
- title: "Do you offer vegan or gluten-free options?",
- content: "Yes, we have a selection of delicious vegan pastries and gluten-free treats available daily. Please ask our staff for today's specials.",
- },
+ id: "q2", title: "Do you offer vegan or gluten-free options?", content: "Yes, we have a selection of delicious vegan pastries and gluten-free treats available daily. Please ask our staff for today's specials."},
{
- id: "q3",
- title: "Can I reserve a table for a group?",
- content: "For groups of 5 or more, we recommend making a reservation, especially during peak hours. Please contact us via phone or email to arrange your visit.",
- },
+ id: "q3", title: "Can I reserve a table for a group?", content: "For groups of 5 or more, we recommend making a reservation, especially during peak hours. Please contact us via phone or email to arrange your visit."},
]}
sideTitle="Got Questions? We've Got Answers."
sideDescription="Find quick answers to common questions about our services, menu, and special offerings."
buttons={[
{
- text: "Ask a Question",
- href: "#contact",
- },
+ text: "Ask a Question", href: "#contact"},
]}
faqsAnimation="slide-up"
textPosition="left"
@@ -318,22 +190,14 @@ export default function LandingPage() {
description="We look forward to welcoming you to Blumenhaus Wiedikon. Feel free to contact us with any questions or special requests."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/french-woman-red-beret-street-bench_1321-342.jpg"
@@ -348,13 +212,9 @@ export default function LandingPage() {