From c0890ab31a84fa60b901373ccca49b875bee815d Mon Sep 17 00:00:00 2001 From: v0 Date: Fri, 31 Jul 2026 22:31:27 +0000 Subject: [PATCH] refactor: update color scheme to use custom CSS variables for better consistency Co-authored-by: Sahaj Jain <82111591+jnsahaj@users.noreply.github.com> --- app/page.tsx | 2 +- components/footer.tsx | 10 +++++----- components/home/faq.tsx | 2 +- components/home/hero.tsx | 2 +- components/home/how-it-works.tsx | 2 +- components/home/testimonials.tsx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index a3ade6a7..7b0b51a9 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -30,7 +30,7 @@ export default function Home() { }, []); return ( -
+
- tweakcn + tweakcn

A visual theme editor for shadcn/ui. Customize, preview, and export Tailwind CSS @@ -62,7 +62,7 @@ export function Footer() { {/* Product links */}

-

+

Product

    @@ -81,7 +81,7 @@ export function Footer() { {/* Resources links */}
    -

    +

    Resources

      @@ -92,14 +92,14 @@ export function Footer() { href={link.href} target="_blank" rel="noopener noreferrer" - className="font-mono text-xs text-[var(--hp-text-secondary)] transition-colors hover:text-foreground" + className="font-mono text-xs text-[var(--hp-text-secondary)] transition-colors hover:text-white" > {link.label} ) : ( {link.label} diff --git a/components/home/faq.tsx b/components/home/faq.tsx index 1859830d..c809ead2 100644 --- a/components/home/faq.tsx +++ b/components/home/faq.tsx @@ -36,7 +36,7 @@ const faqs = [ export function FAQ() { return ( -
      +
      {/* Header row */}
      diff --git a/components/home/hero.tsx b/components/home/hero.tsx index e9546ab6..61fa37bc 100644 --- a/components/home/hero.tsx +++ b/components/home/hero.tsx @@ -14,7 +14,7 @@ export function Hero() { const mode = themeState.currentMode; return ( -
      +
      {/* Fine dot grid */}
      +
      {/* Header row */}
      diff --git a/components/home/testimonials.tsx b/components/home/testimonials.tsx index 667825f3..656042e2 100644 --- a/components/home/testimonials.tsx +++ b/components/home/testimonials.tsx @@ -177,7 +177,7 @@ function MarqueeRow({ items, reverse = false }: { items: typeof testimonials; re export function Testimonials() { return ( -
      +