From 7b33b9a50e4a465516d159e4834074c63619b626 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:51:44 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 17c2a5c..4fc980c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function ContactPage() { return (
-- 2.49.1 From 50192f8d3b144eccdb69f5efb4b221d7f84ebb16 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:51:45 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 150 +++++++++-------------------------------------- 1 file changed, 29 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e9f4d..b5468fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,91 +28,42 @@ export default function LandingPage() {
@@ -122,22 +73,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - negativeCard={{ - items: [ - "Agent commissions & closing fees", - "Months of waiting for buyers", - "Expensive repairs & staging", - "Hidden closing costs", - ], - }} - positiveCard={{ - items: [ - "Zero commissions or hidden fees", - "Close in as little as 7 days", - "We buy in 'As-Is' condition", - "Guaranteed cash offers", - ], - }} + negativeCard={{ items: ["Agent commissions & closing fees", "Months of waiting for buyers", "Expensive repairs & staging", "Hidden closing costs"] }} + positiveCard={{ items: ["Zero commissions or hidden fees", "Close in as little as 7 days", "We buy in 'As-Is' condition", "Guaranteed cash offers"] }} title="Why Sell to Us?" description="We offer a stress-free alternative to the traditional real estate market." /> @@ -149,41 +86,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Mark D.", - role: "Homeowner", - testimonial: "Diamond Home Buyers made the process so fast. Got my offer in one day and closed in two weeks.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", - }, - { - id: "2", - name: "Sarah W.", - role: "Seller", - testimonial: "I didn't have to clean or repair a thing. They bought my house exactly as it was. Great service.", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg", - }, - { - id: "3", - name: "John B.", - role: "Investor", - testimonial: "Reliable and professional. They kept every promise made during the sale process.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", - }, - { - id: "4", - name: "Linda M.", - role: "Homeowner", - testimonial: "Efficient, honest, and fast. Thank you for the seamless transition.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", - }, - { - id: "5", - name: "Robert S.", - role: "Seller", - testimonial: "No hidden fees were a huge relief. They handled everything perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg", - }, + { id: "1", name: "Mark D.", role: "Homeowner", testimonial: "Diamond Home Buyers made the process so fast. Got my offer in one day and closed in two weeks.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg" }, + { id: "2", name: "Sarah W.", role: "Seller", testimonial: "I didn't have to clean or repair a thing. They bought my house exactly as it was. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg" }, + { id: "3", name: "John B.", role: "Investor", testimonial: "Reliable and professional. They kept every promise made during the sale process.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg" }, + { id: "4", name: "Linda M.", role: "Homeowner", testimonial: "Efficient, honest, and fast. Thank you for the seamless transition.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg" }, + { id: "5", name: "Robert S.", role: "Seller", testimonial: "No hidden fees were a huge relief. They handled everything perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg" }, ]} title="Trusted by Michigan Homeowners" description="See why locals trust Diamond Home Buyers for their property sales." @@ -192,6 +99,9 @@ export default function LandingPage() {
Date: Fri, 1 May 2026 00:51:45 +0000 Subject: [PATCH 3/3] Update src/app/sell/page.tsx --- src/app/sell/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index 3e45c3c..f45cc0f 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function SellPage() { return (
@@ -47,25 +39,16 @@ export default function LandingPage() { useInvertedBackground={false} title="How Our Process Works" description={[ - "We keep it simple: You reach out with your address, we conduct a quick market review, and we present a no-obligation cash offer.", - "If you accept, we coordinate a closing date that works for you. You walk away with cash in hand, having paid zero in commissions, fees, or repair costs.", - ]} + "We keep it simple: You reach out with your address, we conduct a quick market review, and we present a no-obligation cash offer.", "If you accept, we coordinate a closing date that works for you. You walk away with cash in hand, having paid zero in commissions, fees, or repair costs."]} />
-- 2.49.1