9 Commits

Author SHA1 Message Date
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
64c2a7283e Merge version_8 into main
Merge version_8 into main
2026-03-03 12:56:46 +00:00

View File

@@ -52,26 +52,14 @@ export default function LandingPage() {
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>
@@ -80,7 +68,7 @@ export default function LandingPage() {
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" }
@@ -134,7 +122,7 @@ export default function LandingPage() {
<div id="results" data-section="results">
<MetricCardOne
title="Proven Results That Speak"
title="1 million plus"
description="Our track record of success demonstrates real impact on real lives"
tag="Results"
tagIcon={Award}
@@ -263,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}