Merge version_1 into main #1
266
src/app/page.tsx
266
src/app/page.tsx
@@ -32,37 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Favorites",
|
||||
id: "favorites",
|
||||
},
|
||||
name: "Favorites", id: "favorites"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cz7qo7"
|
||||
logoAlt="Dorado Café Logo"
|
||||
brandName="DORADO CAFÉ"
|
||||
button={{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Find Us", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,21 +56,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="More Than Coffee.\\\n A Place To Stay A Little Longer."
|
||||
description="Specialty coffee, thoughtful brunch, natural wines, and the atmosphere that keeps people coming back."
|
||||
tag="★★★★★ 4.8 Rating"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#favorites",
|
||||
},
|
||||
text: "View Menu", href: "#favorites"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
avatarText="Thousands of guests served from around the world."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-dining-room-with-confortable-chairs_116348-106.jpg"
|
||||
@@ -94,47 +75,27 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg",
|
||||
alt: "Smiling young woman in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg", alt: "Smiling young woman in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flirty-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-drinking-coffee_197531-87.jpg",
|
||||
alt: "Blonde woman in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flirty-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-drinking-coffee_197531-87.jpg", alt: "Blonde woman in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg",
|
||||
alt: "Woman enjoying coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2790.jpg", alt: "Woman enjoying coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15946.jpg",
|
||||
alt: "Happy woman enjoying cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15946.jpg", alt: "Happy woman enjoying cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2846.jpg",
|
||||
alt: "Woman relaxing at coffee shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2846.jpg", alt: "Woman relaxing at coffee shop"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Specialty Coffee",
|
||||
},
|
||||
type: "text", text: "Specialty Coffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Brunch",
|
||||
},
|
||||
type: "text", text: "Artisanal Brunch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Natural Wines",
|
||||
},
|
||||
type: "text", text: "Natural Wines"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Budapest's Gem",
|
||||
},
|
||||
type: "text", text: "Budapest's Gem"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,12 +105,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"“We came three times in five days.”",
|
||||
"“Best coffee in Budapest.”",
|
||||
"“The atmosphere feels like home.”",
|
||||
"“One of the coolest spots in town.”",
|
||||
"“Perfect for breakfast, work, or a slow afternoon.”",
|
||||
]}
|
||||
"“We came three times in five days.”", "“Best coffee in Budapest.”", "“The atmosphere feels like home.”", "“One of the coolest spots in town.”", "“Perfect for breakfast, work, or a slow afternoon.”"]}
|
||||
title="What Our Guests Say"
|
||||
description="The feedback that keeps us going."
|
||||
showCard={false}
|
||||
@@ -160,7 +116,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built Around Good Coffee & Good Energy"
|
||||
description="Dorado Café began with a simple idea: Create a space where people feel comfortable enough to stay for another coffee. Today we’re known for specialty coffee, fresh brunch, natural wines, and a relaxed atmosphere that brings together locals, creatives, travelers, and regulars from around the world. Whether you’re starting your day, catching up with friends, or working on something important, Dorado is designed to feel like your favorite corner of the city."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,55 +127,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Avocado Toast",
|
||||
price: "€12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-two-eggs-with-ham-cheese-round-bowl-two-pieces-brown-healthy-bread-side_343596-1548.jpg",
|
||||
imageAlt: "Avocado toast on sourdough",
|
||||
},
|
||||
id: "p1", name: "Avocado Toast", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/baked-two-eggs-with-ham-cheese-round-bowl-two-pieces-brown-healthy-bread-side_343596-1548.jpg", imageAlt: "Avocado toast on sourdough"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "B.E.C Bagel",
|
||||
price: "€10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tea-with-cookies-donuts_23-2147860357.jpg",
|
||||
imageAlt: "Bacon, Egg, and Cheese Bagel",
|
||||
},
|
||||
id: "p2", name: "B.E.C Bagel", price: "€10", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tea-with-cookies-donuts_23-2147860357.jpg", imageAlt: "Bacon, Egg, and Cheese Bagel"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Breakfast Pancakes",
|
||||
price: "€14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548466.jpg",
|
||||
imageAlt: "Fluffy breakfast pancakes",
|
||||
},
|
||||
id: "p3", name: "Breakfast Pancakes", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548466.jpg", imageAlt: "Fluffy breakfast pancakes"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Banana Bread",
|
||||
price: "€6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-banana-bread-loaf-pan-with-chocolate-chunks-walnut-table_181624-30290.jpg",
|
||||
imageAlt: "Slice of banana bread",
|
||||
},
|
||||
id: "p4", name: "Banana Bread", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-banana-bread-loaf-pan-with-chocolate-chunks-walnut-table_181624-30290.jpg", imageAlt: "Slice of banana bread"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Basque Cheesecake",
|
||||
price: "€8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-slices-plates-with-blueberries_23-2148689848.jpg",
|
||||
imageAlt: "Basque cheesecake slice",
|
||||
},
|
||||
id: "p5", name: "Basque Cheesecake", price: "€8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-slices-plates-with-blueberries_23-2148689848.jpg", imageAlt: "Basque cheesecake slice"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Specialty Coffee",
|
||||
price: "€5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-using-tamper-press-ground-coffee-into-portafilter_107420-12299.jpg",
|
||||
imageAlt: "Barista pouring specialty coffee",
|
||||
},
|
||||
id: "p6", name: "Specialty Coffee", price: "€5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-using-tamper-press-ground-coffee-into-portafilter_107420-12299.jpg", imageAlt: "Barista pouring specialty coffee"},
|
||||
]}
|
||||
title="Signature Favorites"
|
||||
description="Our most beloved dishes and drinks, crafted with passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu →",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu →", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,23 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Specialty Coffee",
|
||||
description: "Carefully sourced beans and expertly crafted drinks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg",
|
||||
imageAlt: "Barista preparing coffee",
|
||||
},
|
||||
title: "Specialty Coffee", description: "Carefully sourced beans and expertly crafted drinks.", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg", imageAlt: "Barista preparing coffee"},
|
||||
{
|
||||
title: "Cozy Interiors",
|
||||
description: "Minimalist design, warm lighting, plants, books, and music.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg",
|
||||
imageAlt: "Cozy cafe interior with plants",
|
||||
},
|
||||
title: "Cozy Interiors", description: "Minimalist design, warm lighting, plants, books, and music.", imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg", imageAlt: "Cozy cafe interior with plants"},
|
||||
{
|
||||
title: "Community",
|
||||
description: "A place for conversations, creativity, remote work, and memorable mornings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2150378278.jpg",
|
||||
imageAlt: "People laughing in a cafe",
|
||||
},
|
||||
title: "Community", description: "A place for conversations, creativity, remote work, and memorable mornings.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2150378278.jpg", imageAlt: "People laughing in a cafe"},
|
||||
]}
|
||||
title="Come For The Coffee. Stay For The Atmosphere."
|
||||
description="Discover the elements that make Dorado Café a truly special place."
|
||||
@@ -263,40 +174,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Laura S.",
|
||||
handle: "@lauras_travels",
|
||||
testimonial: "The best coffee I’ve ever had in Budapest. An absolute must-visit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg",
|
||||
},
|
||||
id: "t1", name: "Laura S.", handle: "@lauras_travels", testimonial: "The best coffee I’ve ever had in Budapest. An absolute must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark K.",
|
||||
handle: "@mark_foodie",
|
||||
testimonial: "We returned every single day during our trip. The food and service are exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-smiling-young-man-sitting-table-open-air-cafe-with-cup-coffee_176420-6294.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark K.", handle: "@mark_foodie", testimonial: "We returned every single day during our trip. The food and service are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-smiling-young-man-sitting-table-open-air-cafe-with-cup-coffee_176420-6294.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe P.",
|
||||
handle: "@chloe_creatives",
|
||||
testimonial: "The atmosphere is cozy, stylish, and unforgettable. Perfect for working or relaxing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg",
|
||||
},
|
||||
id: "t3", name: "Chloe P.", handle: "@chloe_creatives", testimonial: "The atmosphere is cozy, stylish, and unforgettable. Perfect for working or relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ben R.",
|
||||
handle: "@ben_eats",
|
||||
testimonial: "The breakfast pancakes were incredible – fluffy, indulgent, and perfectly sweet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg",
|
||||
},
|
||||
id: "t4", name: "Ben R.", handle: "@ben_eats", testimonial: "The breakfast pancakes were incredible – fluffy, indulgent, and perfectly sweet.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophia M.",
|
||||
handle: "@sophia_budapest",
|
||||
testimonial: "Dorado Café truly feels like home. The best place to start your day in Budapest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-warmly-dressed-fur-coat-scarf-winter-frost-sunny-day-street-city_1321-2313.jpg",
|
||||
},
|
||||
id: "t5", name: "Sophia M.", handle: "@sophia_budapest", testimonial: "Dorado Café truly feels like home. The best place to start your day in Budapest.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-warmly-dressed-fur-coat-scarf-winter-frost-sunny-day-street-city_1321-2313.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from visitors who've made Dorado Café their favorite spot in Budapest."
|
||||
@@ -310,25 +196,13 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "92%",
|
||||
description: "Mention atmosphere",
|
||||
},
|
||||
id: "m1", value: "92%", description: "Mention atmosphere"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "89%",
|
||||
description: "Mention coffee quality",
|
||||
},
|
||||
id: "m2", value: "89%", description: "Mention coffee quality"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "84%",
|
||||
description: "Mention food",
|
||||
},
|
||||
id: "m3", value: "84%", description: "Mention food"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "76%",
|
||||
description: "Mention returning again",
|
||||
},
|
||||
id: "m4", value: "76%", description: "Mention returning again"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -338,24 +212,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Your New Favorite Café Awaits."
|
||||
description="Tucked into one of Budapest’s most vibrant neighborhoods, Dorado Café is where locals, creatives, and travelers gather over exceptional coffee and memorable food. Whether it’s your first visit or your fiftieth, there’s always a seat waiting for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/YourCafeLocation",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/YourCafeLocation"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+3612345678",
|
||||
},
|
||||
text: "Call Us", href: "tel:+3612345678"},
|
||||
{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/doradocafe",
|
||||
},
|
||||
text: "Instagram", href: "https://instagram.com/doradocafe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,54 +231,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#favorites",
|
||||
},
|
||||
label: "Coffee", href: "#favorites"},
|
||||
{
|
||||
label: "Brunch",
|
||||
href: "#favorites",
|
||||
},
|
||||
label: "Brunch", href: "#favorites"},
|
||||
{
|
||||
label: "Natural Wine",
|
||||
href: "#favorites",
|
||||
},
|
||||
label: "Natural Wine", href: "#favorites"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Community", href: "#experience"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/doradocafe",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/doradocafe"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "mailto:hello@doradocafe.com",
|
||||
},
|
||||
label: "Contact Us", href: "mailto:hello@doradocafe.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user