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

View File

@@ -48,7 +48,7 @@ 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"
@@ -121,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">
@@ -232,13 +234,15 @@ 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="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="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>