diff --git a/src/app/sell-property/page.tsx b/src/app/sell-property/page.tsx index 91668dc..5af60fb 100644 --- a/src/app/sell-property/page.tsx +++ b/src/app/sell-property/page.tsx @@ -26,31 +26,19 @@ export default function LandingPage() { @@ -58,13 +46,11 @@ export default function LandingPage() { console.log('Simulating form submission')", + text: "Submit Property Details", onClick: () => console.log('Simulating form submission'), }, ]} /> @@ -75,20 +61,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What types of properties do you buy?", - content: "We specialize in acquiring various types of real estate, including vacant land, undeveloped lots, distressed properties, and off-market homes. If you own property you want to sell quickly, we are interested.", - }, + id: "faq1", title: "What types of properties do you buy?", content: "We specialize in acquiring various types of real estate, including vacant land, undeveloped lots, distressed properties, and off-market homes. If you own property you want to sell quickly, we are interested."}, { - id: "faq2", - title: "Is my information kept private?", - content: "Absolutely. We prioritize your privacy. All information submitted is kept strictly confidential and is only used to evaluate your property and prepare an offer.", - }, + id: "faq2", title: "Is my information kept private?", content: "Absolutely. We prioritize your privacy. All information submitted is kept strictly confidential and is only used to evaluate your property and prepare an offer."}, { - id: "faq3", - title: "How is the cash offer determined?", - content: "Our offers are based on a thorough analysis of property value, market conditions, and any necessary improvements. We strive to provide a fair and competitive cash offer that benefits both parties.", - }, + id: "faq3", title: "How is the cash offer determined?", content: "Our offers are based on a thorough analysis of property value, market conditions, and any necessary improvements. We strive to provide a fair and competitive cash offer that benefits both parties."}, ]} sideTitle="Your Selling Questions, Answered" sideDescription="We've compiled answers to common questions about selling your property to us, ensuring you have all the information you need." @@ -101,13 +78,9 @@ export default function LandingPage() {