Merge version_4 into main #3
@@ -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,
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Start Now", href: "contact" }}
|
||||
brandName="RIZE"
|
||||
brandName="Rize Financial"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About RIZE"
|
||||
tag="About Rize Financial"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
title="Real People. Real Results. Real Financial Freedom."
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
description="Real stories from real people who transformed their financial futures with RIZE"
|
||||
description="Real stories from real people who transformed their financial futures with Rize Financial"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="RIZE FINANCIAL"
|
||||
logoText="Rize Financial"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user