4 Commits

Author SHA1 Message Date
094490d372 Update theme colors 2026-03-05 15:28:02 +00:00
822a9dec04 Update src/app/styles/variables.css 2026-03-05 13:38:22 +00:00
8e06006a5a Update src/app/layout.tsx 2026-03-05 13:38:21 +00:00
8fd3945599 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:36:30 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "RevFlow Marketing | Local Business Growth & Google Rankings", description: "Get your local business to Google's top #3 in 90-120 days. SEO, paid ads, website design, and content creation."};
title: "RevFlow Marketing | Local Business Growth & Google Rankings", description: "Get your local business to Google's top #3 in 90-120 days. SEO, paid ads, website design, and content creation."
};
export default function RootLayout({
children,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a1628;
--card: #0f1f3a;
--foreground: #e8f0ff;
--primary-cta: #2d7bff;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #0f1f3a;
--secondary-cta-text: #2d7bff;
--accent: #4a9fff;
--background-accent: #1a3a6b;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);