6 Commits

Author SHA1 Message Date
c18b0db701 Update src/app/styles/variables.css 2026-02-17 14:37:32 +00:00
d4c5432496 Update src/app/shop/page.tsx 2026-02-17 14:37:31 +00:00
9f68418f9b Update src/app/shop/[id]/page.tsx 2026-02-17 14:37:30 +00:00
267a87b9cd Update src/app/page.tsx 2026-02-17 14:37:30 +00:00
37e6b4ba6b Update src/app/blog/page.tsx 2026-02-17 14:37:28 +00:00
3288f0363f Merge version_2 into main
Merge version_2 into main
2026-02-17 14:34:45 +00:00
5 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,16 +4,16 @@
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--foreground: #ffffffe6;;
--primary-cta: #e6e6e6;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;; */
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--foreground: #ffffffe6;;
--primary-cta: #e6e6e6;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;