diff --git a/src/app/page.tsx b/src/app/page.tsx index a171c0b..c5dbe72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,83 +32,34 @@ export default function LandingPage() {
@@ -118,21 +69,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Trust and Reliability" metrics={[ - { - icon: Home, - label: "Houses Purchased", - value: "500+", - }, - { - icon: Clock, - label: "Years in Business", - value: "8", - }, - { - icon: ThumbsUp, - label: "Satisfied Sellers", - value: "99%", - }, + { icon: Home, label: "Houses Purchased", value: "500+" }, + { icon: Clock, label: "Years in Business", value: "8" }, + { icon: ThumbsUp, label: "Satisfied Sellers", value: "99%" }, ]} metricsAnimation="slide-up" /> @@ -144,30 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "No Repairs Needed", - tags: [ - "As-Is", - ], - imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanic-tools_23-2148558017.jpg", - }, - { - id: "f2", - title: "Zero Commission Fees", - tags: [ - "Cash", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-shop-word-plain-table_23-2148281119.jpg", - }, - { - id: "f3", - title: "100% Fair Cash Offer", - tags: [ - "Fast", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-dollar-bills-rolled-golden-ring-wooden-surface_181624-12613.jpg", - }, + { id: "f1", title: "No Repairs Needed", tags: ["As-Is"], imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanic-tools_23-2148558017.jpg" }, + { id: "f2", title: "Zero Commission Fees", tags: ["Cash"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-shop-word-plain-table_23-2148281119.jpg" }, + { id: "f3", title: "100% Fair Cash Offer", tags: ["Fast"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-dollar-bills-rolled-golden-ring-wooden-surface_181624-12613.jpg" }, ]} title="Why Sell to Us?" description="We make selling your house stress-free. Forget real estate agents and expensive repairs." @@ -180,27 +98,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "01", - title: "Submit Information", - description: "Tell us about your property.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29869.jpg", - }, - { - id: "m2", - value: "02", - title: "Get Offer", - description: "Receive your cash offer within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanical-tools_23-2148558015.jpg", - }, - { - id: "m3", - value: "03", - title: "Close on Your Terms", - description: "Choose your closing date and get paid.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-winning-money-holding-dollar-bills-half-face-smiling-excited-standing-red_1258-163273.jpg", - }, + { id: "m1", value: "01", title: "Submit Information", description: "Tell us about your property.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29869.jpg" }, + { id: "m2", value: "02", title: "Get Offer", description: "Receive your cash offer within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanical-tools_23-2148558015.jpg" }, + { id: "m3", value: "03", title: "Close on Your Terms", description: "Choose your closing date and get paid.", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-winning-money-holding-dollar-bills-half-face-smiling-excited-standing-red_1258-163273.jpg" }, ]} title="The 3-Step Process" description="Getting your fair cash offer is simple and fast." @@ -211,47 +111,18 @@ export default function LandingPage() { @@ -261,15 +132,7 @@ export default function LandingPage() { @@ -279,21 +142,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file