7 Commits

Author SHA1 Message Date
3e43e485b8 Update src/app/styles/variables.css 2026-02-16 11:02:05 +00:00
4345b2b43f Update src/app/shop/page.tsx 2026-02-16 11:02:04 +00:00
d4af287ad8 Update src/app/shop/[id]/page.tsx 2026-02-16 11:02:04 +00:00
73d5f103f2 Update src/app/page.tsx 2026-02-16 11:02:03 +00:00
a18e2dc40c Update src/app/layout.tsx 2026-02-16 11:02:02 +00:00
913a0c190b Update src/app/blog/page.tsx 2026-02-16 11:02:01 +00:00
031c41b88d Merge version_1 into main
Merge version_1 into main
2026-02-16 11:00:22 +00:00
6 changed files with 19 additions and 19 deletions

View File

@@ -95,4 +95,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1260,4 +1260,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -265,4 +265,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -326,4 +326,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -169,4 +169,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);