6 Commits

Author SHA1 Message Date
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
1a80771906 Merge version_10 into main
Merge version_10 into main
2026-03-12 18:35:31 +00:00

View File

@@ -52,7 +52,20 @@ export default function LandingPage() {
imageAlt="Professional financial services"
imagePosition="right"
mediaAnimation="slide-up"
testimonials={[]}
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"
}
]}
buttons={[
{ text: "Repair My Credit Now", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -68,7 +81,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" }
@@ -232,7 +245,7 @@ export default function LandingPage() {
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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQzoj29wXnmZL7I0lqwKhA2SM2/uploaded-1772541756005-i1d7tli4.jpg"
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"
imageAlt="Financial success"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -244,7 +257,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText=""
logoText="Rize Financial"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 Rize Financial. All rights reserved.", href: "#" }}
/>