Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 23:40:00 +00:00

View File

@@ -31,98 +31,37 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Experience",
id: "experience",
},
{
name: "Menu",
id: "products",
},
{
name: "Events",
id: "events",
},
{
name: "Visit",
id: "location",
},
{ name: "Experience", id: "experience" },
{ name: "Menu", id: "products" },
{ name: "Events", id: "events" },
{ name: "Visit", id: "location" },
]}
brandName="Ebreeq"
button={{
text: "Visit Us",
href: "#location",
}}
button={{ text: "Visit Us", href: "#location" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Coffee, Elevated."
description="Authentic Yemeni coffee. Crafted with depth, warmth, and unforgettable flavor."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/young-couple-spending-good-time-together-while-drinking-cup-coffee-home_58466-16008.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149366431.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg",
alt: "Satisfied patron",
},
{ src: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/young-couple-spending-good-time-together-while-drinking-cup-coffee-home_58466-16008.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149366431.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg", alt: "Satisfied patron" },
]}
avatarText="Cleveland's favorite hidden gem"
buttons={[
{
text: "View Menu",
href: "#products",
},
{
text: "Visit Us",
href: "#location",
},
]}
buttons={[{ text: "View Menu", href: "#products" }, { text: "Visit Us", href: "#location" }]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Direct Trade Beans",
icon: Coffee,
},
{
type: "text-icon",
text: "Small Batch Roast",
icon: Flame,
},
{
type: "text-icon",
text: "Yemeni Traditions",
icon: MapPin,
},
{
type: "text-icon",
text: "Community Centric",
icon: Users,
},
{
type: "text-icon",
text: "Artisan Pastries",
icon: Croissant,
},
{ type: "text-icon", text: "Direct Trade Beans", icon: Coffee },
{ type: "text-icon", text: "Small Batch Roast", icon: Flame },
{ type: "text-icon", text: "Yemeni Traditions", icon: MapPin },
{ type: "text-icon", text: "Community Centric", icon: Users },
{ type: "text-icon", text: "Artisan Pastries", icon: Croissant },
]}
/>
</div>
@@ -133,41 +72,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahcoffee",
testimonial: "The flavor of the actual coffee was what was amazing.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
},
{
id: "2",
name: "Michael R.",
handle: "@mike_cle",
testimonial: "Best coffee and pastries in Cleveland. Hands down.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg",
},
{
id: "3",
name: "Elena K.",
handle: "@elena_g",
testimonial: "Welcoming atmosphere with ethnic flair. So unique.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800786.jpg",
},
{
id: "4",
name: "David M.",
handle: "@dm_vibes",
testimonial: "My go-to spot for coffee breaks. Extremely authentic.",
imageSrc: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg",
},
{
id: "5",
name: "Chloe T.",
handle: "@chloetravels",
testimonial: "The spice blends in the coffee are unlike anything else.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-ice-cream_23-2149735865.jpg",
},
{ id: "1", name: "Sarah J.", handle: "@sarahcoffee", testimonial: "The flavor of the actual coffee was what was amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg" },
{ id: "2", name: "Michael R.", handle: "@mike_cle", testimonial: "Best coffee and pastries in Cleveland. Hands down.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg" },
{ id: "3", name: "Elena K.", handle: "@elena_g", testimonial: "Welcoming atmosphere with ethnic flair. So unique.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-healthy-tea_23-2151800786.jpg" },
{ id: "4", name: "David M.", handle: "@dm_vibes", testimonial: "My go-to spot for coffee breaks. Extremely authentic.", imageSrc: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg" },
{ id: "5", name: "Chloe T.", handle: "@chloetravels", testimonial: "The spice blends in the coffee are unlike anything else.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-ice-cream_23-2149735865.jpg" },
]}
title="Loved by the City"
description="See why our guests choose Ebreeq as their sanctuary."
@@ -179,15 +88,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="More Than Coffee"
description={[
"At Ebreeq Coffee House, every cup tells a story. Rooted in Yemeni tradition, our coffee is rich, bold, and crafted to be experienced—not rushed.",
"From the aroma to the last sip, this is coffee the way it was meant to be. We bridge the gap between tradition and local warmth.",
]}
buttons={[
{
text: "Learn Our Story",
href: "#",
},
]}
"At Ebreeq Coffee House, every cup tells a story. Rooted in Yemeni tradition, our coffee is rich, bold, and crafted to be experienced—not rushed.", "From the aroma to the last sip, this is coffee the way it was meant to be. We bridge the gap between tradition and local warmth."]}
buttons={[{ text: "Learn Our Story", href: "#" }]}
/>
</div>
@@ -198,60 +100,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Ebreeq",
name: "Yemeni Spiced Coffee",
price: "$6.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg",
},
{
id: "p2",
brand: "Ebreeq",
name: "Specialty Saffron Latte",
price: "$7.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg",
},
{
id: "p3",
brand: "Ebreeq",
name: "Fresh Spiced Pastries",
price: "$4.50",
rating: 5,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg",
},
{
id: "p4",
brand: "Ebreeq",
name: "Signature Iced Cardamom",
price: "$6.00",
rating: 4,
reviewCount: "64",
imageSrc: "http://img.b2bpic.net/free-photo/caramel-macchiato-table_140725-7660.jpg",
},
{
id: "p5",
brand: "Ebreeq",
name: "House Blend Beans",
price: "$22.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg",
},
{
id: "p6",
brand: "Ebreeq",
name: "Honey Date Bites",
price: "$5.00",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg",
},
{ id: "p1", brand: "Ebreeq", name: "Yemeni Spiced Coffee", price: "$6.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg" },
{ id: "p2", brand: "Ebreeq", name: "Specialty Saffron Latte", price: "$7.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" },
{ id: "p3", brand: "Ebreeq", name: "Fresh Spiced Pastries", price: "$4.50", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg" },
{ id: "p4", brand: "Ebreeq", name: "Signature Iced Cardamom", price: "$6.00", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/caramel-macchiato-table_140725-7660.jpg" },
{ id: "p5", brand: "Ebreeq", name: "House Blend Beans", price: "$22.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" },
{ id: "p6", brand: "Ebreeq", name: "Honey Date Bites", price: "$5.00", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" },
]}
title="Signature Offerings"
description="A sensory journey of Yemeni flavors."
@@ -264,59 +118,25 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: Users,
title: "Large Group Capacity",
description: "Spacious seating ideal for parties of 50+ guests.",
},
{
icon: Coffee,
title: "Curated Catering",
description: "Authentic Yemeni menu tailored for your guests.",
},
{
icon: Sparkles,
title: "Cultural Ambiance",
description: "Warm, gold-accented decor for a premium feel.",
},
{ icon: Users, title: "Large Group Capacity", description: "Spacious seating ideal for parties of 50+ guests." },
{ icon: Coffee, title: "Curated Catering", description: "Authentic Yemeni menu tailored for your guests." },
{ icon: Sparkles, title: "Cultural Ambiance", description: "Warm, gold-accented decor for a premium feel." },
]}
title="Host Your Next Gathering at Ebreeq"
description="From bridal showers to private corporate events, our space is designed for unforgettable cultural experiences. Let us provide the perfect backdrop for your big day."
buttons={[
{
text: "Book an Event",
href: "#",
},
]}
buttons={[{ text: "Book an Event", href: "#" }]}
/>
</div>
<div id="why" data-section="why">
<MetricCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "100%",
title: "Authentic",
description: "Rooted in real Yemeni heritage.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-coffee-walnuts-light-table_140725-143506.jpg",
},
{
id: "m2",
value: "Crafted",
title: "Quality",
description: "Every bean sourced with purpose.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-roasted-coffee-beans_181624-59061.jpg",
},
{
id: "m3",
value: "Warm",
title: "Experience",
description: "A sanctuary for deep connection.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-garnished-with-chocolate-syrup_140725-5974.jpg",
},
{ id: "m1", value: "100%", title: "Authentic", description: "Rooted in real Yemeni heritage.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-coffee-walnuts-light-table_140725-143506.jpg" },
{ id: "m2", value: "Crafted", title: "Quality", description: "Every bean sourced with purpose.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-roasted-coffee-beans_181624-59061.jpg" },
{ id: "m3", value: "Warm", title: "Experience", description: "A sanctuary for deep connection.", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-garnished-with-chocolate-syrup_140725-5974.jpg" },
]}
title="Why People Choose Ebreeq"
description="We are not your typical mass-market coffee chain."
@@ -326,9 +146,7 @@ export default function LandingPage() {
<div id="location" data-section="location">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Find Us in Downtown Cleveland"
description="Ebreeq Coffee House, 123 Cultural Row, Cleveland, OH. We are open daily from 7 AM to 10 PM. Parking available in the rear."
@@ -340,40 +158,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Ebreeq"
columns={[
{
title: "Ebreeq",
items: [
{
label: "About",
href: "#experience",
},
{
label: "Menu",
href: "#products",
},
{
label: "Events",
href: "#events",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
{
label: "Email",
href: "mailto:hello@ebreeq.com",
},
],
},
{ title: "Ebreeq", items: [{ label: "About", href: "#experience" }, { label: "Menu", href: "#products" }, { label: "Events", href: "#events" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Email", href: "mailto:hello@ebreeq.com" }] },
]}
copyrightText="© 2025 Ebreeq Coffee House. All rights reserved."
/>