From ad40266238890d557322fc7a8a06c6483688218c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 02:56:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 394 +++++++---------------------------------------- 1 file changed, 52 insertions(+), 342 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 436e903..2746ec3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,137 +29,46 @@ export default function LandingPage() {
@@ -168,13 +77,8 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Integrity Doc Prep?" description="Life’s important paperwork can come during stressful, emotional, or overwhelming moments, including divorce, family matters, future planning, and housing. We make the process clearer, easier, and less intimidating with affordable, accessible, remote preparation handled with care." - buttons={[ - { - text: "Contact Us Today", - href: "#contact", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15513.jpg?_wi=1" + buttons={[{ text: "Contact Us Today", href: "#contact" }]} + imageSrc="http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15513.jpg" /> @@ -184,33 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Family & Divorce Documents", - tags: [ - "Affordable", - "Compassionate", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-family-figure-concept_23-2148488244.jpg?_wi=1", - }, - { - id: "2", - title: "Housing & Lease Prep", - tags: [ - "Secure", - "Simple", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-from-home_23-2150231643.jpg?_wi=1", - }, - { - id: "3", - title: "Future Planning & Organization", - tags: [ - "Detail-Oriented", - "Reliable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/ring-binder-used-stored-documents_23-2149362579.jpg?_wi=1", - }, + { id: "1", title: "Family & Divorce Documents", tags: ["Affordable", "Compassionate"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-family-figure-concept_23-2148488244.jpg" }, + { id: "2", title: "Housing & Lease Prep", tags: ["Secure", "Simple"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-from-home_23-2150231643.jpg" }, + { id: "3", title: "Future Planning & Organization", tags: ["Detail-Oriented", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/ring-binder-used-stored-documents_23-2149362579.jpg" }, ]} title="Our Professional Services" description="We offer comprehensive support for a variety of needs, always delivered with genuine, compassionate attention to detail." @@ -219,49 +99,15 @@ export default function LandingPage() {
@@ -447,32 +181,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200183.jpg" logoText="Integrity Doc Prep" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Services", - href: "#services", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, ]} /> -- 2.49.1