7 Commits

Author SHA1 Message Date
5ab54c59dd Update theme colors 2026-05-30 13:51:43 +00:00
7a402686b6 Update src/app/page.tsx 2026-05-30 13:49:47 +00:00
afdfac8b22 Merge version_3 into main
Merge version_3 into main
2026-05-30 13:45:55 +00:00
f2814e86ba Merge version_3 into main
Merge version_3 into main
2026-05-30 13:42:39 +00:00
443af892a2 Update src/app/page.tsx 2026-05-30 13:27:38 +00:00
f933b0b9db Merge version_2 into main
Merge version_2 into main
2026-05-30 13:25:40 +00:00
29d6dd1806 Update src/app/page.tsx 2026-05-30 13:25:37 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
title="Showcasing World-Class Brands" title="Showcasing World-Class Brands"
description="Partnering with the most prestigious names in eyewear to bring you unparalleled quality and style." description="Partnering with the most prestigious names in eyewear to bring you unparalleled quality and style."
names={[ names={[
"Ray-Ban", "Oakley", "Vogue", "Fastrack", "Police", "Carrera", "Tommy Hilfiger", "Calvin Klein" "Ray-Ban", "Oakley", "Vogue", "Fastrack", "Police", "Carrera", "Tommy Hilfiger", "TITAN"
]} ]}
showCard={false} showCard={false}
speed={60} speed={60}

View File

@@ -14,7 +14,7 @@
--card: #1A1A1A; --card: #1A1A1A;
--foreground: #FFFFFF; --foreground: #FFFFFF;
--primary-cta: #D4AF37; --primary-cta: #D4AF37;
--primary-cta-text: #0A0A0A; --primary-cta-text: #f2c101;
--secondary-cta: #EAEAEA; --secondary-cta: #EAEAEA;
--secondary-cta-text: #0A0A0A; --secondary-cta-text: #0A0A0A;
--accent: #D4AF37; --accent: #D4AF37;