9 Commits

Author SHA1 Message Date
ad5a85279b Merge version_4 into main
Merge version_4 into main
2026-04-23 22:17:28 +00:00
0dcd1b9625 Remove watermark 2026-04-23 22:17:21 +00:00
ff73596686 Merge version_4 into main
Merge version_4 into main
2026-04-22 23:56:11 +00:00
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
34a58005ae Merge version_2 into main
Merge version_2 into main
2026-04-22 23:49:55 +00:00
3 changed files with 12 additions and 13 deletions

View File

@@ -41,11 +41,11 @@ export default function EspressoBarPage() {
title="Espresso Bar" title="Espresso Bar"
description="Our curated collection of specialty brews and bites." description="Our curated collection of specialty brews and bites."
products={[ 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" }, { 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" }, { 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" }, { 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" }, { 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" } { 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> </div>

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google"; import { Libre_Baskerville } from "next/font/google";
@@ -40,7 +39,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -100,12 +100,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true} useInvertedBackground={true}
products={[ 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: "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" }, { 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" }, { 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: "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: "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" }, { 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" title="Signature Offerings"
description="A sensory journey of Yemeni flavors." description="A sensory journey of Yemeni flavors."
@@ -150,7 +150,7 @@ export default function LandingPage() {
tag="Visit Us" tag="Visit Us"
title="Find Us in Downtown Cleveland" 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." 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> </div>