1 Commits

Author SHA1 Message Date
5d1f22837e Update src/app/page.tsx 2026-03-29 10:40:04 +00:00
2 changed files with 150 additions and 52 deletions

View File

@@ -30,13 +30,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", id: "#hero"}, name: "Home",
id: "#hero",
},
{ {
name: "Menu", id: "#menu"}, name: "Menu",
id: "#menu",
},
{ {
name: "Experience", id: "#experience"}, name: "Experience",
id: "#experience",
},
{ {
name: "Reserve", id: "#reservation"}, name: "Reserve",
id: "#reservation",
},
]} ]}
brandName="Cafe De Angelo" brandName="Cafe De Angelo"
/> />
@@ -45,14 +53,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain"}} variant: "plain",
}}
logoText="Cafe De Angelo" logoText="Cafe De Angelo"
description="An elegant European café experience — from slow breakfasts to late-night cocktails." description="An elegant European café experience — from slow breakfasts to late-night cocktails."
buttons={[ buttons={[
{ {
text: "View Menu", href: "#menu"}, text: "View Menu",
href: "#menu",
},
{ {
text: "Reserve a Table", href: "#reservation"}, text: "Reserve a Table",
href: "#reservation",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779789392-siufaa3e.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779789392-siufaa3e.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -67,11 +80,17 @@ export default function LandingPage() {
description="Cafe De Angelo is more than a restaurant — its a daily escape. Located in the heart of Yerevan, it brings together the charm of European cafés with a modern, refined atmosphere. Guests come for slow breakfasts, handcrafted coffee, elegant pasta, and exquisite desserts in a space known for its stunning terrace." description="Cafe De Angelo is more than a restaurant — its a daily escape. Located in the heart of Yerevan, it brings together the charm of European cafés with a modern, refined atmosphere. Guests come for slow breakfasts, handcrafted coffee, elegant pasta, and exquisite desserts in a space known for its stunning terrace."
bulletPoints={[ bulletPoints={[
{ {
title: "Breakfasts & Coffee", description: "Start your day with high-quality morning rituals."}, title: "Breakfasts & Coffee",
description: "Start your day with high-quality morning rituals.",
},
{ {
title: "European Cuisine", description: "Refined pasta, pizza, and Italian-inspired dishes."}, title: "European Cuisine",
description: "Refined pasta, pizza, and Italian-inspired dishes.",
},
{ {
title: "Stunning Terrace", description: "The perfect aesthetic spot for city people-watching."}, title: "Stunning Terrace",
description: "The perfect aesthetic spot for city people-watching.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779529747-hi8mdx76.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779529747-hi8mdx76.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -86,11 +105,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", name: "Gourmet Breakfast Set", price: "From 3,500 AMD", imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-fruits_23-2148531609.jpg"}, id: "",
name: "Gourmet Breakfast Set",
price: "From 3,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-fruits_23-2148531609.jpg",
},
{ {
id: "2", name: "Signature Pasta Selection", price: "From 4,200 AMD", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-caesar-salad-restaurant_140725-10813.jpg?_wi=1"}, id: "2",
name: "Signature Pasta Selection",
price: "From 4,200 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-caesar-salad-restaurant_140725-10813.jpg?_wi=1",
},
{ {
id: "3", name: "Decadent Desserts", price: "From 2,800 AMD", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-cake-with-raspberries-babies-brown-tray-white-table_140725-86841.jpg"}, id: "3",
name: "Decadent Desserts",
price: "From 2,800 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-cake-with-raspberries-babies-brown-tray-white-table_140725-86841.jpg",
},
]} ]}
title="Signature Menu" title="Signature Menu"
description="Every dish is prepared with care, balancing comfort and refinement." description="Every dish is prepared with care, balancing comfort and refinement."
@@ -104,13 +135,31 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Vibe", title: "Unpretentious Luxury", subtitle: "Stylish yet comfortable", description: "Elegant design without the formality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779561798-23nsdmah.jpg", imageAlt: "elegant european restaurant terrace at sunset"}, tag: "Vibe",
title: "Unpretentious Luxury",
subtitle: "Stylish yet comfortable",
description: "Elegant design without the formality.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774779561798-23nsdmah.jpg",
imageAlt: "elegant european restaurant terrace at sunset",
},
{ {
id: 2, id: 2,
tag: "Service", title: "Genuine Hospitality", subtitle: "Staff that cares", description: "Warm, attentive, and friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg?_wi=2", imageAlt: "warm stylish cafe interior design"}, tag: "Service",
title: "Genuine Hospitality",
subtitle: "Staff that cares",
description: "Warm, attentive, and friendly service.",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg?_wi=2",
imageAlt: "warm stylish cafe interior design",
},
{ {
id: 3, id: 3,
tag: "Setting", title: "Aesthetic Terrace", subtitle: "People-watching heaven", description: "The city's best outdoor dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-caesar-salad-restaurant_140725-10813.jpg?_wi=2", imageAlt: "gourmet italian pasta dish plate"}, tag: "Setting",
title: "Aesthetic Terrace",
subtitle: "People-watching heaven",
description: "The city's best outdoor dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-caesar-salad-restaurant_140725-10813.jpg?_wi=2",
imageAlt: "gourmet italian pasta dish plate",
},
]} ]}
title="An Experience You Come Back To" title="An Experience You Come Back To"
description="It feels like a small European escape in the middle of the city. We pride ourselves on a welcoming atmosphere that balances elegance with genuine warmth." description="It feels like a small European escape in the middle of the city. We pride ourselves on a welcoming atmosphere that balances elegance with genuine warmth."
@@ -125,21 +174,45 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", name: "Kover Board", role: "This spot is fantastic! Their breakfast options are incredible, and I've been here every morning for a whole week. The atmosphere is lovely, and the service is top-notch. ", company: " ", rating: 5, id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774780339693-i68mjdb0.png"}, name: "Sarah J.",
role: "Foodie",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-interacting-while-having-coffee_1170-749.jpg?_wi=1",
},
{ {
id: "2", name: "Meri Berberyan", role: "A must try spot in Yerevan! Its located on one of the busiest and most popular streets perfect for people watching. ", company: "", rating: 5, id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774780408270-ax5zqk9c.png"}, name: "Mark D.",
role: "Traveler",
company: "Tourist",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
},
{ {
id: "3", name: "Svetlana Badalyan", role: "We tried pastas and zucchini salad. Everything was really delicious and the service was really good. The atmosphere was also magical, it was during christmas time and also on a note, the music was really pleasant", company: "", rating: 5, id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774780481440-p9bnk1kh.png"}, name: "Elena K.",
role: "Regular",
company: "Yerevan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barista-surving-client-with-coffee-coffee-shop_1303-29333.jpg",
},
{ {
id: "4", name: "Marjorie Susano", role: "Having pizza and pasta in a cold place called Armenia with family. id: "4",
The location is beautiful in a busy street of pushkin.", company: "", rating: 5, name: "David L.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774780613755-adz0t5kw.png"}, role: "Critic",
company: "Global",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-dressed-elegant-black-dress-holds-wineglass-luxury-restaurant_613910-3880.jpg",
},
{ {
id: "5", name: "Yulia Ivaschenko", role: "Lovely place, very tasty food and great staff) Thank you ❤️", company: "", rating: 5, id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcCzNx7SvPbBM6xUxMUYDllLym/uploaded-1774780688213-2gce7m4v.png"}, name: "Anna P.",
role: "Blogger",
company: "Travelista",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-interacting-while-having-coffee_1170-749.jpg?_wi=2",
},
]} ]}
title="What Guests Say" title="What Guests Say"
description="Rated ⭐ 4.5 / 5 by over 1000 happy visitors." description="Rated ⭐ 4.5 / 5 by over 1000 happy visitors."
@@ -150,7 +223,8 @@ The location is beautiful in a busy street of pushkin.", company: "",
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars",
}}
text="Located on one of Yerevan's most vibrant streets. We invite you to pause, relax, and savor the city rhythm. Open daily from 9:00 AM to 12:00 AM. Call us at +374 44448899 ." text="Located on one of Yerevan's most vibrant streets. We invite you to pause, relax, and savor the city rhythm. Open daily from 9:00 AM to 12:00 AM. Call us at +374 44448899 ."
/> />
</div> </div>
@@ -159,13 +233,18 @@ The location is beautiful in a busy street of pushkin.", company: "",
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain",
text="Join us for a breakfast, lunch, or a refined evening experience." }}
text="Reserve Your Table. Join us for a breakfast, lunch, or a refined evening experience."
buttons={[ buttons={[
{ {
text: "Book Now", href: "#"}, text: "Book Now",
href: "#",
},
{ {
text: "Call Us", href: "tel:+37410000000"}, text: "Call Us",
href: "tel:+37410000000",
},
]} ]}
/> />
</div> </div>
@@ -174,31 +253,50 @@ The location is beautiful in a busy street of pushkin.", company: "",
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Menu", items: [ title: "Menu",
items: [
{ {
label: "Breakfast", href: "#menu"}, label: "Breakfast",
href: "#menu",
},
{ {
label: "Main Dishes", href: "#menu"}, label: "Main Dishes",
href: "#menu",
},
{ {
label: "Drinks", href: "#menu"}, label: "Drinks",
href: "#menu",
},
], ],
}, },
{ {
title: "Cafe", items: [ title: "Cafe",
items: [
{ {
label: "About Us", href: "#"}, label: "About Us",
href: "#",
},
{ {
label: "Gallery", href: "#"}, label: "Gallery",
href: "#",
},
{ {
label: "Careers", href: "#"}, label: "Careers",
href: "#",
},
], ],
}, },
{ {
title: "Legal", items: [ title: "Legal",
items: [
{ {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy",
href: "#",
},
{ {
label: "Terms of Use", href: "#"}, label: "Terms of Use",
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f6f0e9;
--card: #f9f9f9; --card: #efe7dd;
--foreground: #000612e6; --foreground: #2b180a;
--primary-cta: #15479c; --primary-cta: #2b180a;
--primary-cta-text: #ffffff; --primary-cta-text: #f6f0e9;
--secondary-cta: #f9f9f9; --secondary-cta: #efe7dd;
--secondary-cta-text: #000612e6; --secondary-cta-text: #2b180a;
--accent: #e2e2e2; --accent: #94877c;
--background-accent: #c4c4c4; --background-accent: #afa094;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);