16 Commits

Author SHA1 Message Date
0683f11482 Update src/app/styles/variables.css 2026-02-24 11:50:34 +00:00
7876cdadac Update src/app/shop/page.tsx 2026-02-24 11:50:34 +00:00
389c4060f6 Update src/app/shop/[id]/page.tsx 2026-02-24 11:50:33 +00:00
a2efa131ef Update src/app/page.tsx 2026-02-24 11:50:32 +00:00
fc0c22fed5 Update src/app/layout.tsx 2026-02-24 11:50:31 +00:00
ef34e041e7 Update src/app/blog/page.tsx 2026-02-24 11:50:30 +00:00
d0b389a608 Merge version_4 into main
Merge version_4 into main
2026-02-24 11:47:19 +00:00
39fae5c28d Update src/app/styles/variables.css 2026-02-24 11:47:15 +00:00
7f6b4e2295 Update src/app/shop/page.tsx 2026-02-24 11:47:14 +00:00
47f260b4c2 Update src/app/shop/[id]/page.tsx 2026-02-24 11:47:13 +00:00
e7de8f5228 Update src/app/page.tsx 2026-02-24 11:47:12 +00:00
f1f467346d Update src/app/layout.tsx 2026-02-24 11:47:12 +00:00
d85d2e39d5 Update src/app/blog/page.tsx 2026-02-24 11:47:11 +00:00
56000785d9 Merge version_3 into main
Merge version_3 into main
2026-02-24 11:30:59 +00:00
d87ca2b631 Update src/app/page.tsx 2026-02-24 11:30:54 +00:00
f88a5bf093 Merge version_2 into main
Merge version_2 into main
2026-02-24 11:18:12 +00:00
4 changed files with 20 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Crafted Coffee, Community Connection"
title="Yo Yo"
description="Experience premium specialty coffee in an inviting space designed for authentic connections and exceptional taste."
tag="Welcome to Brew & Co"
tagIcon={Coffee}

View File

@@ -88,7 +88,7 @@ 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={[
@@ -135,7 +135,7 @@ 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={[
@@ -189,7 +189,7 @@ 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={[

View File

@@ -33,7 +33,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Brew & Co"
navItems={[
@@ -79,7 +79,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Brew & Co"
navItems={[

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;; */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #07170b;;
--secondary-cta: #0e1a29;;
--secondary-cta-text: #0c1325;;
--accent: #38714a;;
--background-accent: #2c6541;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);