Merge version_1 into main #2
217
src/app/page.tsx
217
src/app/page.tsx
@@ -18,27 +18,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Beard Park"
|
||||
/>
|
||||
@@ -48,13 +43,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
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?_wi=1"
|
||||
buttons={[{ text: "Explore Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-aged-couple-sitting-cafe-with-mugs-tea_23-2148216498.jpg"
|
||||
imageAlt="cozy neighborhood cafe interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg"
|
||||
imageAlt="barista making artisan coffee"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,42 +66,12 @@ 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?_wi=1",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Flat White",
|
||||
price: "4.20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
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: "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" }
|
||||
]}
|
||||
title="From Our Kitchen"
|
||||
description="Handcrafted coffee and freshly baked goods made daily."
|
||||
@@ -124,21 +84,9 @@ export default function LandingPage() {
|
||||
title="Café Life by Numbers"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Brewing",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k",
|
||||
description: "Happy Guests Monthly",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24",
|
||||
description: "Pastry Recipes",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Years of Brewing" },
|
||||
{ id: "m2", value: "5k", description: "Happy Guests Monthly" },
|
||||
{ id: "m3", value: "24", description: "Pastry Recipes" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -149,61 +97,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?_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",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="What our wonderful neighbors say about Beard Park Café."
|
||||
@@ -215,21 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we offer plant-based milk alternatives and select vegan pastries daily.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there free Wi-Fi?",
|
||||
content: "Absolutely! We provide high-speed Wi-Fi for all our guests.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are dogs allowed inside?",
|
||||
content: "Yes, Beard Park Café is very pet-friendly. Your pups are always welcome!",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer vegan options?", content: "Yes, we offer plant-based milk alternatives and select vegan pastries daily." },
|
||||
{ id: "q2", title: "Is there free Wi-Fi?", content: "Absolutely! We provide high-speed Wi-Fi for all our guests." },
|
||||
{ id: "q3", title: "Are dogs allowed inside?", content: "Yes, Beard Park Café is very pet-friendly. Your pups are always welcome!" }
|
||||
]}
|
||||
title="Commonly Asked"
|
||||
description="Have questions about our beans or opening hours?"
|
||||
@@ -240,16 +126,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit us in the heart of Helsinki and enjoy the vibe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,36 +137,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg"
|
||||
logoText="Beard Park Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#products" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user