Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-23 21:52:25 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TextAbout from '@/components/sections/about/TextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { ShieldCheck, TrendingUp, Zap, Users, HelpCircle } from "lucide-react";
import { ShieldCheck, TrendingUp, Zap, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,14 +58,14 @@ export default function LandingPage() {
sidebarItems: [{ icon: Zap, active: true }, { icon: TrendingUp }],
buttons: [{ text: "View Status" }],
listItems: [{ icon: Users, title: "Audit Completed", status: "Active" }],
imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200"}}
imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200"
}}
/>
</div>
<div id="about" data-section="about">
<TextAbout
title="Financial Equality Through Minimalism"
description="We believe that fixing your credit history should be a right, not a paid service. CreditPure is built on a model of absolute transparency and zero fees."
useInvertedBackground={true}
tag="Our Philosophy"
buttons={[{ text: "Learn More", href: "#features" }]}
@@ -78,6 +78,7 @@ export default function LandingPage() {
description="A minimalist approach to complex financial reporting, stripping away the clutter to focus on what matters."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "1", title: "Free Audit", tags: ["Expert Analysis"] },
{ id: "2", title: "Dispute Logic", tags: ["Systematic"] },
@@ -89,6 +90,8 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Proven Impact"
description="Clear metrics for your journey."
useInvertedBackground={true}
metrics={[
{ id: "m1", icon: Zap, title: "Zero Fees", value: "100%" },
{ id: "m2", icon: TrendingUp, title: "Score Boost", value: "45%" },
@@ -104,6 +107,7 @@ export default function LandingPage() {
cardTitle="Real Stories, Real Results"
cardTag="Community"
cardAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex D.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200" },
{ id: "2", name: "Sarah K.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=200" }
@@ -119,6 +123,7 @@ export default function LandingPage() {
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -129,6 +134,7 @@ export default function LandingPage() {
description="Start your zero-fee credit repair journey today."
buttons={[{ text: "Contact Us", href: "mailto:support@creditpure.example" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>