From ee8fe82a525eb0984ab4951c67c3e3ff14901b0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:34:57 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ac0b10..783f220 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,14 @@ const inter = Inter({ export const metadata: Metadata = { title: "Credit Repair & Financial Solutions | RIZE Financial", description: "Restore your credit and unlock funding opportunities with RIZE Financial. Expert credit repair, strategic funding, and financial consulting for real results.", keywords: "credit repair, credit restoration, credit score improvement, funding solutions, financial consulting, credit building", metadataBase: new URL("https://rizefinancial.com"), alternates: { - canonical: "https://rizefinancial.com"}, + canonical: "https://rizefinancial.com" + }, openGraph: { - title: "Credit Repair & Financial Solutions | RIZE Financial", description: "Restore your credit and unlock funding opportunities. Real people. Real results.", url: "https://rizefinancial.com", siteName: "RIZE Financial", type: "website"}, + title: "Credit Repair & Financial Solutions | RIZE Financial", description: "Restore your credit and unlock funding opportunities. Real people. Real results.", url: "https://rizefinancial.com", siteName: "RIZE Financial", type: "website" + }, twitter: { - card: "summary_large_image", title: "RIZE Financial - Credit Repair Solutions", description: "Restore your credit and unlock new opportunities"}, + card: "summary_large_image", title: "RIZE Financial - Credit Repair Solutions", description: "Restore your credit and unlock new opportunities" + }, robots: { index: true, follow: true, -- 2.49.1 From 171a57fb5fa0ef2071c7803759657912a5486027 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:34:58 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f154279..ce6bd77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ text: "Start Now", href: "contact" }} - brandName="RIZE" + brandName="Rize Financial" /> @@ -76,7 +76,7 @@ export default function LandingPage() {
-- 2.49.1 From 36e54b45ac4f7366323ae8f80e54ba2b59557c5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:34:58 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3dc3f61..faf2b04 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #ffffff;; + --foreground: #f5f5f5;; --primary-cta: #d4af37;; --secondary-cta: #1a1a1a;; --accent: #d4af37;; @@ -12,7 +12,7 @@ --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #ffffff;; + --foreground: #f5f5f5;; --primary-cta: #d4af37;; --primary-cta-text: #0a0a0a;; --secondary-cta: #1a1a1a;; -- 2.49.1