diff --git a/src/app/page.tsx b/src/app/page.tsx
index 82d1928..3fda48f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,20 +40,12 @@ export default function LandingPage() {
@@ -81,21 +58,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
- {
- title: "Comprehensive Audit",
- description: "We analyze your reports to find every disputable error.",
- imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-concept-with-money_23-2149191400.jpg",
- },
- {
- title: "Precision Disputes",
- description: "Professional challenges to creditors and bureaus.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-mature-man-analyzing-documents-night_329181-17576.jpg",
- },
- {
- title: "Score Optimization",
- description: "Proven strategies to maximize your credit potential.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg",
- },
+ { title: "Comprehensive Audit", description: "We analyze your reports to find every disputable error.", imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-concept-with-money_23-2149191400.jpg" },
+ { title: "Precision Disputes", description: "Professional challenges to creditors and bureaus.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mature-man-analyzing-documents-night_329181-17576.jpg" },
+ { title: "Score Optimization", description: "Proven strategies to maximize your credit potential.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg" },
]}
title="Why CreditElite?"
description="We specialize in precision credit analysis and dispute resolution."
@@ -106,42 +71,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file