Compare commits
3 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| a7112f1916 | |||
| 674486ba4b | |||
| 4a2db32f8a |
@@ -3,7 +3,6 @@ import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
@@ -41,7 +40,7 @@ export default function RootLayout({
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -119,33 +119,31 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="results" data-section="results">
|
||||
<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>
|
||||
<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 id="howitworks" data-section="howitworks">
|
||||
|
||||
Reference in New Issue
Block a user