Compare commits
11 Commits
version_10
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| d161dc63f0 | |||
| 3288738f91 | |||
| 14fc70c992 | |||
| 86d112e1ce | |||
| 0bc76ef45a | |||
| de078e2cb0 | |||
| 6cf16c2218 | |||
| 28c4487015 | |||
| 15b902ecc3 | |||
| 0459d0de9e | |||
| 1a80771906 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
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"
|
imageAlt="Professional financial services"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -121,31 +121,33 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="results" data-section="results">
|
<div id="results" data-section="results">
|
||||||
<MetricCardOne
|
<div style={{ overflow: "auto" }}>
|
||||||
title="Proven Results That Speak"
|
<MetricCardOne
|
||||||
description="Our track record of success demonstrates real impact on real lives"
|
title="Proven Results That Speak"
|
||||||
tag="Results"
|
description="Our track record of success demonstrates real impact on real lives"
|
||||||
tagIcon={Award}
|
tag="Results"
|
||||||
tagAnimation="slide-up"
|
tagIcon={Award}
|
||||||
textboxLayout="default"
|
tagAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
textboxLayout="default"
|
||||||
animationType="scale-rotate"
|
useInvertedBackground={true}
|
||||||
gridVariant="uniform-all-items-equal"
|
animationType="scale-rotate"
|
||||||
metrics={[
|
gridVariant="uniform-all-items-equal"
|
||||||
{
|
metrics={[
|
||||||
id: "1", value: "5000+", title: "Clients Helped", description: "Families and businesses restored to financial health", icon: Users
|
{
|
||||||
},
|
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: "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: "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
|
{
|
||||||
}
|
id: "4", value: "$50M+", title: "Funding Secured", description: "Total funding unlocked for our clients", icon: DollarSign
|
||||||
]}
|
}
|
||||||
/>
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="howitworks" data-section="howitworks">
|
<div id="howitworks" data-section="howitworks">
|
||||||
@@ -232,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."
|
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" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
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=2"
|
||||||
imageAlt="Financial success"
|
imageAlt="Financial success"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user