36 Commits

Author SHA1 Message Date
4925ec69bd Update src/app/page.tsx 2026-03-12 18:52:27 +00:00
7aacd08780 Merge version_13 into main
Merge version_13 into main
2026-03-12 18:50:16 +00:00
d161dc63f0 Update src/app/page.tsx 2026-03-12 18:50:12 +00:00
6c24bdae6e Merge version_13 into main
Merge version_13 into main
2026-03-12 18:49:36 +00:00
3288738f91 Update src/app/page.tsx 2026-03-12 18:49:33 +00:00
14fc70c992 Merge version_10 into main
Merge version_10 into main
2026-03-12 18:48:11 +00:00
c7739b2032 Update src/app/page.tsx 2026-03-12 18:48:07 +00:00
86d112e1ce Switch to version 10: modified src/app/page.tsx 2026-03-12 18:45:33 +00:00
0bc76ef45a Switch to version 11: modified src/app/page.tsx 2026-03-12 18:45:10 +00:00
de078e2cb0 Switch to version 9: modified src/app/page.tsx 2026-03-12 18:40:34 +00:00
6cf16c2218 Switch to version 10: modified src/app/page.tsx 2026-03-12 18:40:16 +00:00
28c4487015 Merge version_11 into main
Merge version_11 into main
2026-03-12 18:39:23 +00:00
15b902ecc3 Update src/app/page.tsx 2026-03-12 18:39:19 +00:00
0459d0de9e Merge version_10 into main
Merge version_10 into main
2026-03-12 18:37:45 +00:00
0a0d2b59cf Update src/app/page.tsx 2026-03-12 18:37:41 +00:00
1a80771906 Merge version_10 into main
Merge version_10 into main
2026-03-12 18:35:31 +00:00
8d840828eb Update src/app/page.tsx 2026-03-12 18:35:28 +00:00
cc77e79a20 Merge version_9 into main
Merge version_9 into main
2026-03-12 18:33:40 +00:00
c0e2cf7cbe Update src/app/page.tsx 2026-03-12 18:33:36 +00:00
c13daf8163 Merge version_8 into main
Merge version_8 into main
2026-03-12 18:31:40 +00:00
ae163a4b2b Update src/app/page.tsx 2026-03-12 18:31:36 +00:00
64c2a7283e Merge version_8 into main
Merge version_8 into main
2026-03-03 12:56:46 +00:00
259990b195 Update src/app/page.tsx 2026-03-03 12:56:41 +00:00
7215ada6e2 Merge version_7 into main
Merge version_7 into main
2026-03-03 12:50:50 +00:00
3e997add9e Update src/app/page.tsx 2026-03-03 12:50:46 +00:00
90591a26d4 Merge version_7 into main
Merge version_7 into main
2026-03-03 12:48:08 +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
3 changed files with 52 additions and 56 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>
@@ -47,39 +48,27 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/landmarks-shanghai_1359-1099.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQzoj29wXnmZL7I0lqwKhA2SM2/uploaded-1772541756005-i1d7tli4.jpg?_wi=1"
imageAlt="Professional financial services"
imagePosition="right"
mediaAnimation="slide-up"
testimonials={[
{
name: "Marcus Johnson", handle: "Client, Chicago IL", testimonial: "RIZE helped me increase my credit score by 127 points in just 6 months. I finally got approved for a mortgage!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
name: "Sarah Martinez", handle: "Client, Austin TX", testimonial: "Professional, transparent, and results-driven. They walked me through every step and I couldn't be happier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"
},
{
name: "David Chen", handle: "Client, Seattle WA", testimonial: "Best investment I made for my financial future. Now I have better lending options and lower interest rates.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-young-asian-businessman_1262-1572.jpg"
}
]}
testimonials={[]}
buttons={[
{ text: "Repair My Credit Now", href: "contact" },
{ text: "Learn More", href: "services" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
fixedMediaHeight={false}
/>
</div>
<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."
title="Real People, Real Results, Real Financial Freedom."
useInvertedBackground={true}
buttons={[
{ text: "See Our Difference", href: "results" }
@@ -132,31 +121,33 @@ export default function LandingPage() {
</div>
<div id="results" data-section="results">
<MetricCardOne
title="Proven Results That Speak"
description="Our track record of success demonstrates real impact on real lives"
tag="Results"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "5000+", title: "Clients Helped", description: "Families and businesses restored to financial health", icon: Users
},
{
id: "2", value: "127", title: "Avg. Score Increase", description: "Average credit score improvement in 6 months", icon: TrendingUp
},
{
id: "3", value: "98%", title: "Success Rate", description: "Client satisfaction with our proven methodology", icon: CheckCircle
},
{
id: "4", value: "$50M+", title: "Funding Secured", description: "Total funding unlocked for our clients", icon: DollarSign
}
]}
/>
<div style={{ overflow: "auto" }}>
<MetricCardOne
title="Proven Results That Speak"
description="Our track record of success demonstrates real impact on real lives"
tag="Results"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "5000+", title: "Clients Helped", description: "Families and businesses restored to financial health", icon: Users
},
{
id: "2", value: "127", title: "Avg. Score Increase", description: "Average credit score improvement in 6 months", icon: TrendingUp
},
{
id: "3", value: "98%", title: "Success Rate", description: "Client satisfaction with our proven methodology", icon: CheckCircle
},
{
id: "4", value: "$50M+", title: "Funding Secured", description: "Total funding unlocked for our clients", icon: DollarSign
}
]}
/>
</div>
</div>
<div id="howitworks" data-section="howitworks">
@@ -205,7 +196,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,26 +231,28 @@ 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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQzoj29wXnmZL7I0lqwKhA2SM2/uploaded-1772541756005-i1d7tli4.jpg?_wi=2"
imageAlt="Financial success"
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."
mediaWrapperClassName="w-full h-full object-cover object-center"
mediaClassName="w-full h-full object-cover object-center"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="RIZE FINANCIAL"
logoText=""
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "© 2024 Rize Financial. All rights reserved.", href: "#" }}
/>
</div>
</ThemeProvider>
);
}
}

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