6 Commits

Author SHA1 Message Date
61ee71abb0 Update theme colors 2026-03-16 19:56:32 +00:00
aa6975dd28 Update src/app/page.tsx 2026-03-16 19:54:01 +00:00
30a8697c4f Merge version_1 into main
Merge version_1 into main
2026-03-16 19:51:21 +00:00
08ebf4f7d8 Merge version_1 into main
Merge version_1 into main
2026-03-16 19:50:57 +00:00
4c04df23dd Merge version_1 into main
Merge version_1 into main
2026-03-16 19:50:29 +00:00
01f2128e86 Merge version_1 into main
Merge version_1 into main
2026-03-16 19:50:04 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Shop Original Collection", href: "#products" },
{ text: "Shop Verified Originals Now", href: "#products" },
{ text: "Explore Replicas", href: "#replicas" }
]}
buttonAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);