3 Commits

Author SHA1 Message Date
a7112f1916 Remove watermark 2026-03-14 16:03:05 +00:00
674486ba4b Update src/app/page.tsx 2026-03-12 19:29:24 +00:00
4a2db32f8a Merge version_16 into main
Merge version_16 into main
2026-03-12 19:01:45 +00:00
2 changed files with 26 additions and 29 deletions

View File

@@ -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

View File

@@ -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">