11 Commits

Author SHA1 Message Date
004d059ae1 Update src/app/page.tsx 2026-04-22 23:56:08 +00:00
fb77a6082e Merge version_3 into main
Merge version_3 into main
2026-04-22 23:53:59 +00:00
d5acb7667d Update src/app/page.tsx 2026-04-22 23:53:56 +00:00
64cb7c13ba Update src/app/espresso-bar/page.tsx 2026-04-22 23:53:55 +00:00
47dac15ca1 Merge version_2 into main
Merge version_2 into main
2026-04-22 23:50:21 +00:00
ba74a89258 Update src/app/espresso-bar/page.tsx 2026-04-22 23:50:18 +00:00
34a58005ae Merge version_2 into main
Merge version_2 into main
2026-04-22 23:49:55 +00:00
f255ab70bb Update src/app/page.tsx 2026-04-22 23:49:52 +00:00
7555a764fc Add src/app/espresso-bar/page.tsx 2026-04-22 23:49:52 +00:00
7a207c3930 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:45:54 +00:00
7f1935c703 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:40:00 +00:00
2 changed files with 74 additions and 10 deletions

View File

@@ -0,0 +1,64 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function EspressoBarPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
cardStyle="solid"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Experience", id: "/#experience" },
{ name: "Menu", id: "/espresso-bar" },
{ name: "Events", id: "/#events" },
{ name: "Visit", id: "/#location" },
]}
brandName="Ebreeq"
button={{ text: "Visit Us", href: "/#location" }}
/>
<div className="pt-32 pb-20">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
title="Espresso Bar"
description="Our curated collection of specialty brews and bites."
products={[
{ id: "e1", brand: "Espresso", name: "Yemeni Spiced Espresso", price: "$5.50", rating: 4.8, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg?_wi=2" },
{ id: "e2", brand: "Matcha", name: "Ceremonial Matcha Latte", price: "$6.00", rating: 4.9, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg?_wi=2" },
{ id: "e3", brand: "Pastries", name: "Saffron Cardamom Roll", price: "$4.75", rating: 4.7, reviewCount: "64", 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?_wi=2" },
{ id: "e4", brand: "Refreshers", name: "Iced Hibiscus Rose", price: "$5.25", rating: 4.6, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg?_wi=2" },
{ id: "e5", brand: "Traditional", name: "Yemeni Qishr (Spiced Tea)", price: "$4.50", rating: 4.9, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg?_wi=2" }
]}
/>
</div>
<FooterBaseCard
logoText="Ebreeq"
columns={[
{ title: "Ebreeq", items: [{ label: "About", href: "/#experience" }, { label: "Menu", href: "/espresso-bar" }, { 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."
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Experience", id: "experience" },
{ name: "Menu", id: "products" },
{ name: "Menu", id: "/espresso-bar" },
{ name: "Events", id: "events" },
{ name: "Visit", id: "location" },
]}
@@ -54,7 +54,7 @@ export default function LandingPage() {
{ 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: "/espresso-bar" }, { text: "Visit Us", href: "#location" }]}
buttonAnimation="slide-up"
marqueeItems={[
{ type: "text-icon", text: "Direct Trade Beans", icon: Coffee },
@@ -100,12 +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: "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?_wi=1" },
{ 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?_wi=1" },
{ 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?_wi=1" },
{ 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: "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?_wi=1" },
{ 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?_wi=1" },
]}
title="Signature Offerings"
description="A sensory journey of Yemeni flavors."
@@ -150,7 +150,7 @@ export default function LandingPage() {
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."
buttonText="Get Directions"
buttonText="Get Directions on Google Maps"
/>
</div>
@@ -158,7 +158,7 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Ebreeq"
columns={[
{ title: "Ebreeq", items: [{ label: "About", href: "#experience" }, { label: "Menu", href: "#products" }, { label: "Events", href: "#events" }] },
{ title: "Ebreeq", items: [{ label: "About", href: "#experience" }, { label: "Menu", href: "/espresso-bar" }, { 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."
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}