From 8e06006a5a1adfaf61738fb354b02063c84d7108 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:38:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0cce555..381a6c0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 822a9dec043be24cf9d9d4119f5cec2668d0c64c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:38:22 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c7147db..7dc6d55 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a1628; - --card: #0f1f3a; - --foreground: #e8f0ff; - --primary-cta: #2d7bff; + --background: #000000; + --card: #0a0a0a; + --foreground: #ffffff; + --primary-cta: #00ff88; --primary-cta-text: #ffffff; - --secondary-cta: #0f1f3a; + --secondary-cta: #000000; --secondary-cta-text: #2d7bff; - --accent: #4a9fff; - --background-accent: #1a3a6b; + --accent: #00ff88; + --background-accent: #003d22; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1