Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a678e8c0a4 | |||
| bcae44a6b6 | |||
| ce6aea84e4 | |||
| acfa028ca3 | |||
| 4c4013f908 | |||
| a8d9f13a7f | |||
| be46ab5834 | |||
| fe51a7eb71 |
@@ -10,47 +10,35 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="floatingGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "How It Works",
|
name: "How It Works", id: "/how-it-works"},
|
||||||
id: "/how-it-works",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about-us"},
|
||||||
id: "/about-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sell Your Property",
|
name: "Sell Your Property", id: "/sell-property"},
|
||||||
id: "/sell-property",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="WH Group Acquisitions"
|
brandName="WH Group Acquisitions"
|
||||||
button={{
|
button={{
|
||||||
text: "Get My Offer",
|
text: "Get My Offer", href: "/sell-property"}}
|
||||||
href: "/sell-property",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -68,20 +56,11 @@ export default function LandingPage() {
|
|||||||
tag="Trusted Acquisitions"
|
tag="Trusted Acquisitions"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100+", description: "Properties Acquired"},
|
||||||
value: "100+",
|
|
||||||
description: "Properties Acquired",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "98%", description: "Seller Satisfaction"},
|
||||||
value: "98%",
|
|
||||||
description: "Seller Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "7 Days", description: "Average Closing Time"},
|
||||||
value: "7 Days",
|
|
||||||
description: "Average Closing Time",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -91,13 +70,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="WH Group Acquisitions"
|
logoText="WH Group Acquisitions"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,47 +10,35 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="floatingGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "How It Works",
|
name: "How It Works", id: "/how-it-works"},
|
||||||
id: "/how-it-works",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about-us"},
|
||||||
id: "/about-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sell Your Property",
|
name: "Sell Your Property", id: "/sell-property"},
|
||||||
id: "/sell-property",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="WH Group Acquisitions"
|
brandName="WH Group Acquisitions"
|
||||||
button={{
|
button={{
|
||||||
text: "Get My Offer",
|
text: "Get My Offer", href: "/sell-property"}}
|
||||||
href: "/sell-property",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -58,18 +46,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
text="Get in Touch with WH Group Acquisitions\nHave questions? Ready to get an offer? Contact us directly via phone, email, or by filling out the form below. We're here to help you sell your property quickly and easily.\n\nPhone: (555) 123-4567\nEmail: info@whgroupacquisitions.com"
|
text="Get in Touch with WH Group Acquisitions\nHave questions? Ready to get an offer? Contact us directly via phone, email, or by filling out the form below. We're here to help you sell your property quickly and easily.\n\nPhone: (555) 123-4567\nEmail: info@whgroupacquisitions.com"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Us: (555) 123-4567",
|
text: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
|
||||||
href: "tel:+15551234567",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us: info@whgroupacquisitions.com",
|
text: "Email Us: info@whgroupacquisitions.com", href: "mailto:info@whgroupacquisitions.com"},
|
||||||
href: "mailto:info@whgroupacquisitions.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -79,14 +62,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Legal Counsel",
|
"Legal Counsel", "Title Companies", "Escrow Services", "Surveyors", "Appraisers", "Environmental Firms", "Local Developers"]}
|
||||||
"Title Companies",
|
|
||||||
"Escrow Services",
|
|
||||||
"Surveyors",
|
|
||||||
"Appraisers",
|
|
||||||
"Environmental Firms",
|
|
||||||
"Local Developers",
|
|
||||||
]}
|
|
||||||
title="Our Valued Partners"
|
title="Our Valued Partners"
|
||||||
description="We work with a network of trusted professionals to ensure a smooth and efficient closing process for every property acquisition."
|
description="We work with a network of trusted professionals to ensure a smooth and efficient closing process for every property acquisition."
|
||||||
/>
|
/>
|
||||||
@@ -96,13 +72,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="WH Group Acquisitions"
|
logoText="WH Group Acquisitions"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,47 +10,35 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="floatingGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "How It Works",
|
name: "How It Works", id: "/how-it-works"},
|
||||||
id: "/how-it-works",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about-us"},
|
||||||
id: "/about-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sell Your Property",
|
name: "Sell Your Property", id: "/sell-property"},
|
||||||
id: "/sell-property",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="WH Group Acquisitions"
|
brandName="WH Group Acquisitions"
|
||||||
button={{
|
button={{
|
||||||
text: "Get My Offer",
|
text: "Get My Offer", href: "/sell-property"}}
|
||||||
href: "/sell-property",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,37 +49,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "step1",
|
id: "step1", title: "1. Submit Your Property Information", descriptions: [
|
||||||
title: "1. Submit Your Property Information",
|
"Provide us with some basic details about your land or property through our secure online form. It's quick, easy, and no-obligation."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg"},
|
||||||
"Provide us with some basic details about your land or property through our secure online form. It's quick, easy, and no-obligation.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step2",
|
id: "step2", title: "2. We Review & Contact You", descriptions: [
|
||||||
title: "2. We Review & Contact You",
|
"Our team of experts will promptly review your submission. We'll then contact you to discuss the property further and answer any questions you may have."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-presenting-floor-plan-discussing-blueprint_74855-2763.jpg"},
|
||||||
"Our team of experts will promptly review your submission. We'll then contact you to discuss the property further and answer any questions you may have.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-presenting-floor-plan-discussing-blueprint_74855-2763.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step3",
|
id: "step3", title: "3. Receive a Fair Cash Offer", descriptions: [
|
||||||
title: "3. Receive a Fair Cash Offer",
|
"Based on our assessment, you'll receive a transparent, no-obligation cash offer. There are no hidden fees, commissions, or repair requirements."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925494.jpg"},
|
||||||
"Based on our assessment, you'll receive a transparent, no-obligation cash offer. There are no hidden fees, commissions, or repair requirements.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925494.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step4",
|
id: "step4", title: "4. Close on Your Timeline", descriptions: [
|
||||||
title: "4. Close on Your Timeline",
|
"If our offer works for you, we'll proceed with closing on your preferred schedule. We handle all the paperwork and ensure a smooth, private transaction."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/lease-renting-contract-residential-tenant-concept_53876-123695.jpg"},
|
||||||
"If our offer works for you, we'll proceed with closing on your preferred schedule. We handle all the paperwork and ensure a smooth, private transaction.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lease-renting-contract-residential-tenant-concept_53876-123695.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Streamlined Process"
|
title="Our Streamlined Process"
|
||||||
description="Selling your property should be simple and transparent. Here’s a detailed breakdown of how WH Group Acquisitions makes it happen:"
|
description="Selling your property should be simple and transparent. Here’s a detailed breakdown of how WH Group Acquisitions makes it happen:"
|
||||||
@@ -103,20 +75,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "How quickly can you make an offer?", content: "We can typically provide a fair cash offer within 24-48 hours after reviewing your property information. Our streamlined process ensures speed and efficiency."},
|
||||||
title: "How quickly can you make an offer?",
|
|
||||||
content: "We can typically provide a fair cash offer within 24-48 hours after reviewing your property information. Our streamlined process ensures speed and efficiency.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "Are there any fees or commissions?", content: "No, WH Group Acquisitions does not charge any agent fees or commissions. The offer we make is the amount you receive, simplifying the selling process."},
|
||||||
title: "Are there any fees or commissions?",
|
|
||||||
content: "No, WH Group Acquisitions does not charge any agent fees or commissions. The offer we make is the amount you receive, simplifying the selling process.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Do I need to make repairs to my property?", content: "Absolutely not. We buy properties in 'as-is' condition, meaning you don't need to worry about costly repairs, cleaning, or staging. We handle everything."},
|
||||||
title: "Do I need to make repairs to my property?",
|
|
||||||
content: "Absolutely not. We buy properties in 'as-is' condition, meaning you don't need to worry about costly repairs, cleaning, or staging. We handle everything.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions About Selling"
|
sideTitle="Common Questions About Selling"
|
||||||
sideDescription="Have more questions about our acquisition process? We've got answers to help you understand every step."
|
sideDescription="Have more questions about our acquisition process? We've got answers to help you understand every step."
|
||||||
@@ -129,13 +92,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="WH Group Acquisitions"
|
logoText="WH Group Acquisitions"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -14,16 +14,16 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="floatingGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="floatingGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #0a0a0a;
|
||||||
--card: #0c0c0c;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #1f7cff;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #010101;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #535353;
|
--accent: #1f7cff;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #f96b2f;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user