Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-31 02:43:40 +00:00

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "How It Works",
id: "/how-it-works",
},
name: "How It Works", id: "/how-it-works"},
{
name: "About Us",
id: "/about-us",
},
name: "About Us", id: "/about-us"},
{
name: "Sell Your Property",
id: "/sell-property",
},
name: "Sell Your Property", id: "/sell-property"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="WH Group Acquisitions"
button={{
text: "Get My Offer",
href: "/sell-property",
}}
text: "Get My Offer", href: "/sell-property"}}
/>
</div>
@@ -58,13 +46,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Submit Your Property Information for a Cash Offer\nReady to sell your land or property? Fill out the details below, and WH Group Acquisitions will get back to you with a fair, no-obligation cash offer. Our process is private, fast, and transparent.\n\nForm Fields:\n- Name\n- Phone\n- Email\n- Property Address or APN\n- Property Type\n- Asking Price\n- Timeline to Sell\n- Notes"
buttons={[
{
text: "Submit Property Details",
onClick: "() => 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() {
<FooterLogoReveal
logoText="WH Group Acquisitions"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>