From 54a7230d27915262031faf85fa040c4f409736d9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:18:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a97499..653027c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Save, Star, Target, TrendingUp, Wallet } from "lucide-react"; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Target, TrendingUp, Wallet } from "lucide-react"; export default function LandingPage() { return ( @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -106,26 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Consolidated View", - subtitle: "See all your debt burdens at a glance.", - category: "Insights", - value: "Clarity", - }, + id: "f1", title: "Consolidated View", subtitle: "See all your debt burdens at a glance.", category: "Insights", value: "Clarity"}, { - id: "f2", - title: "Early Payoff Simulation", - subtitle: "See exactly how much time and money you save.", - category: "Optimization", - value: "Action", - }, + id: "f2", title: "Early Payoff Simulation", subtitle: "See exactly how much time and money you save.", category: "Optimization", value: "Action"}, { - id: "f3", - title: "Hidden Fee Analysis", - subtitle: "Uncover the real total cost of your financial products.", - category: "Warning", - value: "Control", - }, + id: "f3", title: "Hidden Fee Analysis", subtitle: "Uncover the real total cost of your financial products.", category: "Warning", value: "Control"}, ]} title="Debt Mastery" description="Manage all your loans in one place. Receive AI-driven insights on how to pay off debt faster, save on interest, and avoid hidden fees." @@ -140,41 +106,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "True Cost Calculator", - price: "Standard", - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template_23-2148592987.jpg", - }, + id: "p1", name: "True Cost Calculator", price: "Standard", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template_23-2148592987.jpg"}, { - id: "p2", - name: "Affordability Score", - price: "AI-Verified", - imageSrc: "http://img.b2bpic.net/free-photo/graph-stack-coins-calculator-house-model-blueprint_23-2148038724.jpg", - }, + id: "p2", name: "Affordability Score", price: "AI-Verified", imageSrc: "http://img.b2bpic.net/free-photo/graph-stack-coins-calculator-house-model-blueprint_23-2148038724.jpg"}, { - id: "p3", - name: "Refinance Analyzer", - price: "Opportunity", - imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg", - }, + id: "p3", name: "Refinance Analyzer", price: "Opportunity", imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg"}, { - id: "p4", - name: "What-If Simulator", - price: "Strategic", - imageSrc: "http://img.b2bpic.net/free-photo/currency-change-piles-coins_23-2148305966.jpg", - }, + id: "p4", name: "What-If Simulator", price: "Strategic", imageSrc: "http://img.b2bpic.net/free-photo/currency-change-piles-coins_23-2148305966.jpg"}, { - id: "p5", - name: "Market Rate Check", - price: "Benchmark", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-tablet_23-2148751552.jpg", - }, + id: "p5", name: "Market Rate Check", price: "Benchmark", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bed-with-laptop-tablet_23-2148751552.jpg"}, { - id: "p6", - name: "Worst Case Stress Test", - price: "Safety", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761009.jpg", - }, + id: "p6", name: "Worst Case Stress Test", price: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761009.jpg"}, ]} title="Smart Loan Tools" description="Calculate costs, compare options, and simulate different scenarios to choose the best loan for your unique financial profile." @@ -182,156 +124,82 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file