diff --git a/src/app/page.tsx b/src/app/page.tsx index 136fa8b..6021c10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Every piece tells a story of craftsmanship and character." buttons={[{ text: "Read Our Brand Story", href: "#" }]} + className="bg-[#2a2a2a] text-[#fcfaf7]" /> @@ -97,7 +98,8 @@ export default function LandingPage() { title="Join the Circle" description="Get notified before every new vintage collection drops. Members get early access." background={{ variant: "gradient-bars" }} - useInvertedBackground={false} + useInvertedBackground={true} + className="bg-[#f4f0e9]" /> @@ -106,6 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Ready to refine your style?" buttons={[{ text: "Shop All Pieces", href: "#products" }]} + className="bg-[#d1c7b7] text-[#1a1a1a]" /> @@ -117,9 +120,10 @@ export default function LandingPage() { { title: "Support", items: [{ label: "Contact", href: "#newsletter" }, { label: "Shipping", href: "#" }] }, ]} logoText="Everthread Vintage" + className="bg-[#1a1a1a] text-[#fcfaf7]" /> ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c47d50d..88a6710 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf7; + --background: #fbfaf7; --card: #f4f0e9; --foreground: #1a1a1a; --primary-cta: #2a2a2a;