3 Commits

Author SHA1 Message Date
0a0874cb7f Update src/app/styles/variables.css 2026-05-09 21:55:15 +00:00
ce49139270 Update src/app/page.tsx 2026-05-09 21:55:15 +00:00
fa04294615 Merge version_2 into main
Merge version_2 into main
2026-05-09 21:54:36 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "downward-rays-static"}}
variant: "gradient-bars"}}
title="Culture Rewear. Style Redefined."
description="Your ultimate destination for vintage activewear, football jerseys, and work shoes. Open 24 hours for your convenience."
imageSrc="http://img.b2bpic.net/free-photo/dirt-decorative-old-wallpaper-brush_1194-9595.jpg"
@@ -54,6 +54,9 @@ export default function LandingPage() {
buttons={[
{
text: "Shop Collection", href: "#products"
},
{
text: "View All", href: "#products"
}
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #1a1a1a;
--primary-cta: #1c1c1c;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);