Compare commits
18 Commits
version_8
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| d161dc63f0 | |||
| 3288738f91 | |||
| 14fc70c992 | |||
| c7739b2032 | |||
| 86d112e1ce | |||
| 0bc76ef45a | |||
| de078e2cb0 | |||
| 6cf16c2218 | |||
| 28c4487015 | |||
| 15b902ecc3 | |||
| 0459d0de9e | |||
| 0a0d2b59cf | |||
| 1a80771906 | |||
| 8d840828eb | |||
| cc77e79a20 | |||
| c0e2cf7cbe | |||
| c13daf8163 | |||
| 64c2a7283e |
@@ -48,30 +48,18 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQzoj29wXnmZL7I0lqwKhA2SM2/uploaded-1772541756005-i1d7tli4.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>
|
||||
|
||||
@@ -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" }
|
||||
@@ -133,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">
|
||||
@@ -244,7 +234,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="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"
|
||||
@@ -256,11 +246,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Rize Financial"
|
||||
logoText=""
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2024 Rize Financial. All rights reserved.", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user