Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39fae5c28d | |||
| 7f6b4e2295 | |||
| 47f260b4c2 | |||
| e7de8f5228 | |||
| f1f467346d | |||
| d85d2e39d5 | |||
| 56000785d9 |
@@ -91,4 +91,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -274,4 +274,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew & Co"
|
brandName="Brew & Co"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -135,7 +135,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew & Co"
|
brandName="Brew & Co"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -189,7 +189,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew & Co"
|
brandName="Brew & Co"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -252,4 +252,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ function ShopPageContent() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew & Co"
|
brandName="Brew & Co"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -79,7 +79,7 @@ function ShopPageContent() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="navbar" data-section="navbar">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew & Co"
|
brandName="Brew & Co"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -125,4 +125,4 @@ export default function ShopPage() {
|
|||||||
<ShopPageContent />
|
<ShopPageContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #000802;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #0b1a0b;;
|
--card: #ffffff;;
|
||||||
--foreground: #e6ffe6;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #80da9b;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #07170b;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #38714a;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #2c6541;; */
|
--background-accent: #e8daa8;; */
|
||||||
|
|
||||||
--background: #000802;;
|
--background: #f7f6f7;;
|
||||||
--card: #0b1a0b;;
|
--card: #ffffff;;
|
||||||
--foreground: #e6ffe6;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #80da9b;;
|
--primary-cta: #f4c408;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #07170b;;
|
--secondary-cta: #ffffff;;
|
||||||
--secondary-cta-text: #0c1325;;
|
--secondary-cta-text: #0c1325;;
|
||||||
--accent: #38714a;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #2c6541;;
|
--background-accent: #e8daa8;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user