Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d96e79620 | |||
| dc99fb9824 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
logoText="Beard Park Café"
|
||||
description="Your cozy neighborhood café serving freshly brewed coffee, delicious pastries, and a relaxing atmosphere in the heart of Helsinki."
|
||||
buttons={[{ text: "Explore Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg?_wi=1"
|
||||
imageAlt="cozy neighborhood cafe interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Our Neighborhood Spot"
|
||||
description="Whether you're stopping by for your morning coffee, meeting friends, or enjoying a quiet moment, Beard Park Café is your perfect sanctuary. Experience the warmth of Helsinki hospitality with every cup."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg?_wi=1"
|
||||
imageAlt="barista making artisan coffee"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,15 +66,19 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Cappuccino", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg" },
|
||||
{ id: "2", name: "Almond Croissant", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg" },
|
||||
{ id: "3", name: "Flat White", price: "4.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg" },
|
||||
{ id: "4", name: "Cinnamon Roll", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg" },
|
||||
{ id: "5", name: "Espresso Shot", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-cup-filled-with-coffee-beans-wooden-surface-with-black-background_181624-6568.jpg" },
|
||||
{ id: "6", name: "Iced Latte", price: "4.80€", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" }
|
||||
{ id: "1", name: "Espresso", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-cup-filled-with-coffee-beans-wooden-surface-with-black-background_181624-6568.jpg" },
|
||||
{ id: "2", name: "Cappuccino", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=1" },
|
||||
{ id: "3", name: "Latte", price: "4.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=1" },
|
||||
{ id: "4", name: "Iced Coffee", price: "4.80€", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" },
|
||||
{ id: "5", name: "Croissant", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=1" },
|
||||
{ id: "6", name: "Cinnamon Bun", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/plate-chocolate-croissants-served-with-black-tea_140725-4899.jpg" },
|
||||
{ id: "7", name: "Fresh Cake", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-with-fruit-cream-plate_114579-4322.jpg" },
|
||||
{ id: "8", name: "Sandwich", price: "6.50€", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-on-wooden-board_114579-2244.jpg" },
|
||||
{ id: "9", name: "Salad", price: "7.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-in-white-bowl_114579-3221.jpg" },
|
||||
{ id: "10", name: "Seasonal Treat", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-berries-on-a-wooden-surface_114579-4567.jpg" }
|
||||
]}
|
||||
title="From Our Kitchen"
|
||||
description="Handcrafted coffee and freshly baked goods made daily."
|
||||
title="Our Menu"
|
||||
description="Featuring hand-crafted espresso drinks, fresh bakery items, healthy light bites, and seasonal sweet treats."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,11 +101,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anna S.", date: "Jan 2025", title: "Coffee Lover", quote: "The best place to start my Helsinki mornings.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "2", name: "Markus K.", date: "Dec 2024", title: "Freelancer", quote: "Quiet, cozy, and perfect for meetings.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-model-standing-holding-cabbage_114579-74362.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "3", name: "Elena V.", date: "Nov 2024", title: "Pastry Fan", quote: "Unbeatable almond croissants!", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "4", name: "Jari H.", date: "Oct 2024", title: "Regular", quote: "Feels like home every single time.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "5", name: "Sofia L.", date: "Sept 2024", title: "Tourist", quote: "A hidden gem in the city center.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-holding-cup-coffee_23-2149130679.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg", imageAlt: "happy customer drinking coffee" }
|
||||
{ id: "1", name: "Anna S.", date: "Jan 2025", title: "Coffee Lover", quote: "The best place to start my Helsinki mornings.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg?_wi=2", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "2", name: "Markus K.", date: "Dec 2024", title: "Freelancer", quote: "Quiet, cozy, and perfect for meetings.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-model-standing-holding-cabbage_114579-74362.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg?_wi=2", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "3", name: "Elena V.", date: "Nov 2024", title: "Pastry Fan", quote: "Unbeatable almond croissants!", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-life-offline_23-2149172760.jpg?_wi=2", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "4", name: "Jari H.", date: "Oct 2024", title: "Regular", quote: "Feels like home every single time.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stack-christmas-cookies-tied-with-rope-wooden-plate_114579-31663.jpg?_wi=2", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "5", name: "Sofia L.", date: "Sept 2024", title: "Tourist", quote: "A hidden gem in the city center.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-holding-cup-coffee_23-2149130679.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=2", imageAlt: "happy customer drinking coffee" }
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="What our wonderful neighbors say about Beard Park Café."
|
||||
|
||||
Reference in New Issue
Block a user