14 Commits

Author SHA1 Message Date
3e997add9e Update src/app/page.tsx 2026-03-03 12:50:46 +00:00
f108ecaea4 Update src/app/page.tsx 2026-03-03 12:48:04 +00:00
3cba7d5077 Merge version_6 into main
Merge version_6 into main
2026-03-03 12:43:29 +00:00
c00c3cf268 Update src/app/page.tsx 2026-03-03 12:43:24 +00:00
c98bda084f Merge version_5 into main
Merge version_5 into main
2026-03-03 12:38:24 +00:00
1f923ff037 Update src/app/page.tsx 2026-03-03 12:38:19 +00:00
571f57e6d3 Merge version_4 into main
Merge version_4 into main
2026-03-03 12:35:03 +00:00
36e54b45ac Update src/app/styles/variables.css 2026-03-03 12:34:58 +00:00
171a57fb5f Update src/app/page.tsx 2026-03-03 12:34:58 +00:00
ee8fe82a52 Update src/app/layout.tsx 2026-03-03 12:34:57 +00:00
1fe8c4397a Merge version_3 into main
Merge version_3 into main
2026-03-03 12:17:27 +00:00
e51e51451b Update src/app/page.tsx 2026-03-03 12:17:23 +00:00
157e22bcae Merge version_2 into main
Merge version_2 into main
2026-03-03 12:15:19 +00:00
c1f2a215f2 Update src/app/page.tsx 2026-03-03 12:15:08 +00:00
3 changed files with 16 additions and 13 deletions

View File

@@ -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,

View File

@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Star, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react';
import Image from 'next/image';
export default function LandingPage() {
return (
@@ -35,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{ text: "Start Now", href: "contact" }}
brandName="RIZE"
brandName="Rize Financial"
/>
</div>
@@ -66,7 +67,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Get Free Consultation", href: "contact" },
{ text: "Repair My Credit Now", href: "contact" },
{ text: "Learn More", href: "services" }
]}
buttonAnimation="slide-up"
@@ -76,7 +77,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 +206,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"
@@ -240,7 +241,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
title="Ready for Your Financial Transformation?"
description="Start your journey to better credit and new opportunities today. Our team is ready to help you succeed."
description="Start your journey to better credit and new opportunities today—with zero obligation. Our team is ready to help you succeed."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/three-cheerful-businesspeople-giving-five-smiling-confident-happy-colleagues-celebrating-successful-deal-together-standing-outdoors-rising-hand-up-teamwork-partnership-concept_74855-7845.jpg"
@@ -248,14 +249,13 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Free Consultation"
termsText="We respect your privacy. Your consultation request will be handled securely."
buttonText="Claim Your Free Credit Analysis"
termsText="We respect your privacy. Your consultation request will be handled securely. Zero obligation—just expert guidance to help you succeed."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="RIZE FINANCIAL"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>

View File

@@ -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;;