Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0443aa41c6 | |||
| 3768276359 | |||
| 52f8ae3813 | |||
| 3d6785f573 | |||
| 51aebaa699 | |||
| b25680bbf8 | |||
| 443f5828bf | |||
| bfda844f35 | |||
| bdbc6203ac | |||
| 0a1a9f700e | |||
| 9433e9f20e | |||
| bb42a8abda | |||
| 0683f11482 | |||
| 7876cdadac | |||
| 389c4060f6 | |||
| a2efa131ef | |||
| fc0c22fed5 | |||
| ef34e041e7 | |||
| d0b389a608 | |||
| 39fae5c28d | |||
| 7f6b4e2295 | |||
| 47f260b4c2 | |||
| e7de8f5228 | |||
| f1f467346d | |||
| d85d2e39d5 | |||
| 56000785d9 | |||
| d87ca2b631 | |||
| f88a5bf093 | |||
| ed3afe1574 | |||
| 224df80da8 | |||
| f44edb1452 | |||
| 7cdb3f0e8b | |||
| 6489e898a9 | |||
| e4bfa1957e | |||
| 5221899590 |
@@ -28,7 +28,7 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
@@ -91,4 +91,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Crafted Coffee, Community Connection"
|
||||
title="dskfjsdlkjf"
|
||||
description="Experience premium specialty coffee in an inviting space designed for authentic connections and exceptional taste."
|
||||
tag="Welcome to Brew & Co"
|
||||
tagIcon={Coffee}
|
||||
|
||||
@@ -88,18 +88,17 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Home","id":"hero"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Menu","id":"products"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -136,18 +135,17 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Home","id":"hero"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Menu","id":"products"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -191,18 +189,17 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Home","id":"hero"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Menu","id":"products"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
|
||||
@@ -33,18 +33,17 @@ function ShopPageContent() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Home","id":"hero"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Menu","id":"products"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -80,18 +79,17 @@ function ShopPageContent() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brew & Co"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Home","id":"hero"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Menu","id":"products"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;; */
|
||||
/* --background: #e8d4c4;;
|
||||
--card: #f5e6d9;;
|
||||
--foreground: #3d2817;;
|
||||
--primary-cta: #8b4513;;
|
||||
--secondary-cta: #f5e6d9;;
|
||||
--accent: #d4a373;;
|
||||
--background-accent: #b8925f;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--primary-cta-text: #f7f6f7;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #0c1325;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;;
|
||||
--background: #e8d4c4;;
|
||||
--card: #f5e6d9;;
|
||||
--foreground: #3d2817;;
|
||||
--primary-cta: #8b4513;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #f5e6d9;;
|
||||
--secondary-cta-text: #3d2817;;
|
||||
--accent: #d4a373;;
|
||||
--background-accent: #b8925f;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user