Merge version_1 into main #3
@@ -2,11 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -23,152 +21,53 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
href: "/#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Sell Your House Fast",
|
||||
id: "sell-fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
]}
|
||||
brandName="Property Whale"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Property Whale"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Sell Your House Fast", id: "/sell-your-house-fast" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch with Property Whale"
|
||||
description="Have questions, need clarification, or ready to discuss selling your house? Fill out the form below, and our friendly team will get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number (Optional)",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your property or ask your questions...",
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-focused-female-boss-glasses-reading-report-african-american-attractive-successful-young-businesswoman-holding-documentation-manager-teamwork-business-management-concept_74855-6907.jpg?_wi=2"
|
||||
imageAlt="house contract signing pen"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="Contact us for more information."
|
||||
buttons={[
|
||||
{ text: "Send Message", href: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose-us-contact" data-section="why-choose-us-contact">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Property Whale for Your Sale?"
|
||||
description={[
|
||||
"We're not just buyers; we're problem-solvers. Whether you're facing foreclosure, divorce, an inherited property, or just need to sell fast, we offer a compassionate and efficient solution.",
|
||||
"Our commitment is to transparency and fairness. You'll receive a clear, no-nonsense cash offer, and we handle all the paperwork, ensuring a smooth transition for you.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial-contact" data-section="testimonial-contact">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Property Whale made selling my difficult property incredibly easy. I received a fair offer and closed faster than I ever imagined. Their team was professional and understanding."
|
||||
rating={5}
|
||||
author="Marcus R., Satisfied Seller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing-with-crossed-arms_176420-1149.jpg",
|
||||
alt: "professional man portrait",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Sell Your House Fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
{ label: "Sell Your House Fast", href: "/sell-your-house-fast" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,12 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { MessageSquare } from "lucide-react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -24,182 +20,42 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
href: "/#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Sell Your House Fast",
|
||||
id: "sell-fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
]}
|
||||
brandName="Property Whale"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Property Whale"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Sell Your House Fast", id: "/sell-your-house-fast" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="main-faq" data-section="main-faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What exactly does 'sell your house for cash' mean?",
|
||||
content: "It means we buy your house directly from you without requiring you to list it on the market, make repairs, or deal with agents. We provide a straightforward cash offer and close quickly.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the benefits of selling to Property Whale?",
|
||||
content: "The main benefits include speed (close in as little as 7 days), convenience (no repairs, no showings), no fees or commissions, and a guaranteed cash sale.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do I need to make any repairs to my house?",
|
||||
content: "No, absolutely not! We buy houses in 'as-is' condition. You don't need to lift a finger for repairs, cleaning, or staging. We'll take care of everything.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How quickly can I get a cash offer?",
|
||||
content: "After you submit your property details, we can typically provide you with a fair, no-obligation cash offer within 24-48 hours.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are there any hidden fees or commissions?",
|
||||
content: "No. When you sell to Property Whale, there are no real estate agent commissions, closing costs, or any hidden fees. The cash offer we make is the amount you receive.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if my house is in foreclosure or has liens?",
|
||||
content: "We specialize in helping homeowners in various situations, including those facing foreclosure, inherited properties, or houses with liens. We can often find a solution to help you.",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "How does your offer compare to market value?",
|
||||
content: "Our offers are competitive and reflect the convenience and certainty of a cash sale. While it may not always be full market value, it saves you from agent fees, repair costs, and holding costs during a traditional sale.",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "What information do you need about my property?",
|
||||
content: "We typically need basic information like the address, number of bedrooms/bathrooms, square footage, and any major issues or unique features. This helps us assess the property accurately.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Here you'll find answers to the most common questions about selling your house for cash to Property Whale. If you don't see your question answered, please feel free to reach out to us directly."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-faq" data-section="cta-faq">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "9",
|
||||
title: "Do I have to move out immediately after closing?",
|
||||
content: "We can often work with you to arrange a flexible move-out date, allowing you to transition smoothly. Just let us know your needs, and we'll do our best to accommodate.",
|
||||
},
|
||||
{
|
||||
id: "10",
|
||||
title: "What areas do you buy houses in?",
|
||||
content: "Property Whale operates in [mention specific service areas or state 'various regions across the US']. Please contact us to confirm if we buy in your specific location.",
|
||||
},
|
||||
]}
|
||||
ctaTitle="Still Have Questions?"
|
||||
ctaDescription="If your question wasn't answered, our team is ready to provide personalized support. Reach out to us, and we'll be happy to help."
|
||||
ctaButton={{
|
||||
text: "Contact Our Team",
|
||||
href: "/contact",
|
||||
}}
|
||||
ctaIcon={MessageSquare}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-ready-to-sell" data-section="cta-ready-to-sell">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Ready for Your Cash Offer?"
|
||||
title="Don't Let Questions Hold You Back"
|
||||
description="With all your questions answered, it's time to take the next step. Get a no-obligation cash offer and experience a truly simple home sale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Offer Now",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Sell Your House Fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
{ label: "Sell Your House Fast", href: "/sell-your-house-fast" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,12 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -24,201 +20,42 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
href: "/#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Sell Your House Fast",
|
||||
id: "sell-fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
]}
|
||||
brandName="Property Whale"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Property Whale"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Sell Your House Fast", id: "/sell-your-house-fast" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works-process" data-section="how-it-works-process">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "1. Tell Us About Your Property",
|
||||
description: "Submit a quick form online or give us a call. We gather basic information about your house, and it only takes a few minutes. No commitments, just information.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-with-smartphone_23-2148564871.jpg?_wi=2",
|
||||
imageAlt: "hand filling out form icon",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "2. Get Your No-Obligation Cash Offer",
|
||||
description: "We'll review your property details and present you with a fair, all-cash offer. There are no hidden fees or commissions, and you're free to accept or decline.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49819.jpg?_wi=2",
|
||||
imageAlt: "cash offer money illustration",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "3. Choose Your Closing Date",
|
||||
description: "If you accept our offer, we close at a reputable local title company on your chosen date. Get cash in hand in as little as 7 days, or take more time if you need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148559971.jpg?_wi=2",
|
||||
imageAlt: "calendar checkmark icon",
|
||||
},
|
||||
]}
|
||||
title="Our Simple 3-Step Process"
|
||||
description="Selling your house to Property Whale is designed to be quick, transparent, and absolutely hassle-free. Here's exactly how it works to get you cash for your home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-we-are-different" data-section="why-we-are-different">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Lengthy listing process",
|
||||
"Agent commissions (5-6%)",
|
||||
"Required repairs and staging",
|
||||
"Open houses and showings",
|
||||
"Uncertain closing dates",
|
||||
"Buyer financing falling through",
|
||||
"Maintenance costs while waiting",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fast cash offer",
|
||||
"No agent commissions",
|
||||
"Sell 'as-is', no repairs",
|
||||
"No showings or open houses",
|
||||
"Guaranteed closing date",
|
||||
"Reliable cash buyer",
|
||||
"No extra holding costs",
|
||||
],
|
||||
}}
|
||||
title="Property Whale vs. Traditional Sale"
|
||||
description="Discover the clear advantages of selling your house directly to Property Whale compared to the complexities and uncertainties of the traditional real estate market."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works-faq" data-section="how-it-works-faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What kind of properties do you buy?",
|
||||
content: "We buy all types of residential properties, including single-family homes, townhouses, condos, and multi-family units, regardless of their condition or your situation.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you determine your cash offer?",
|
||||
content: "Our offers are based on a thorough analysis of your property's location, condition, and market value, along with any necessary repairs. We strive to provide the fairest possible price.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there any obligation after I get an offer?",
|
||||
content: "Absolutely not. Our cash offer comes with no obligation. You are free to review it, compare it, and decide if it's the right solution for you.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How fast can you close?",
|
||||
content: "We can close in as little as 7 days if needed, or we can work around your schedule to find a closing date that's convenient for you. We adapt to your timeline.",
|
||||
},
|
||||
]}
|
||||
title="Quick Answers to Your Selling Questions"
|
||||
description="We've compiled some common inquiries about our process to give you more clarity and confidence."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-how-it-works" data-section="cta-how-it-works">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Ready to Experience the Ease?"
|
||||
title="Get Your Free, No-Obligation Offer Today!"
|
||||
description="Stop worrying about repairs, listings, and fees. Take the first step towards a fast and simple home sale with Property Whale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request My Cash Offer",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Sell Your House Fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
{ label: "Sell Your House Fast", href: "/sell-your-house-fast" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,13 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Calendar, Gauge, Home, Quote, ShieldCheck } from "lucide-react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FeatureIconCard from '@/components/sections/feature/FeatureIconCard';
|
||||
import { Handshake, FileCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -25,223 +22,59 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
href: "/#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Sell Your House Fast",
|
||||
id: "sell-fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
]}
|
||||
brandName="Property Whale"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Property Whale"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Sell Your House Fast", id: "/sell-your-house-fast" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-sell-fast" data-section="hero-sell-fast">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
imagePosition="right"
|
||||
title="Sell Your House Fast For Cash"
|
||||
description="Get a fair, no-obligation cash offer and close on your timeline. Property Whale buys houses in any condition, allowing you to skip repairs, agents, and fees."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Cash Offer Now",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/mortgage-loan-home-purchase-mobile-application-with-credit-score-property-buy-build_107791-3939.jpg"
|
||||
imageAlt="hand holding house keys"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="feature-icons" data-section="feature-icons">
|
||||
<FeatureIconCard
|
||||
title="Simplified Selling Process"
|
||||
description="We make it easy to sell your house fast."
|
||||
features={[
|
||||
{
|
||||
icon: Handshake,
|
||||
title: "Fair Cash Offer", description: "Get a no-obligation, competitive cash offer for your home."
|
||||
},
|
||||
{
|
||||
icon: FileCheck,
|
||||
title: "Quick Closing", description: "Close on your timeline, often in as little as 7-14 days."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="property-whale-advantage" data-section="property-whale-advantage">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Lightning-Fast Offers",
|
||||
description: "Receive a fair cash offer in as little as 24-48 hours, eliminating long waiting periods.",
|
||||
},
|
||||
{
|
||||
icon: Handshake,
|
||||
title: "Simple & Transparent Process",
|
||||
description: "We make selling easy with clear communication and no hidden fees, from start to finish.",
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Sell Your House As-Is",
|
||||
description: "No need for costly repairs or renovations. We buy your property in its current condition.",
|
||||
},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Flexible Closing Dates",
|
||||
description: "Choose a closing date that fits your schedule, whether you need to close quickly or take your time.",
|
||||
},
|
||||
{
|
||||
icon: FileCheck,
|
||||
title: "No Agent Commissions",
|
||||
description: "Keep more of your money – with us, there are no real estate agent fees or commissions.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Guaranteed Cash Sale",
|
||||
description: "Avoid uncertain financing. Our offers are backed by cash, ensuring a secure and reliable transaction.",
|
||||
},
|
||||
]}
|
||||
title="The Property Whale Advantage"
|
||||
description="When life demands a quick change, Property Whale offers the simplest path forward. Experience a truly hassle-free home sale with these key benefits:"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quick-easy-process" data-section="quick-easy-process">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Submit Your Property Info",
|
||||
description: "Provide us with some basic details about your house through our online form or a quick phone call.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-real-estate-searching-with-tablet_23-2148653977.jpg?_wi=2",
|
||||
imageAlt: "submitting property form computer",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Receive a Fair Cash Offer",
|
||||
description: "We'll evaluate your property and present you with a no-obligation, all-cash offer within days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-mortgage-concept-amazed-buyer-holding-money-paper-house-maket-buying-apa_1258-159087.jpg?_wi=2",
|
||||
imageAlt: "money cash stack dollars",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Close & Get Paid!",
|
||||
description: "Accept our offer, and we'll schedule a closing date that works for you. Get cash in hand, fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-focused-female-boss-glasses-reading-report-african-american-attractive-successful-young-businesswoman-holding-documentation-manager-teamwork-business-management-concept_74855-6907.jpg?_wi=3",
|
||||
imageAlt: "house contract signing pen",
|
||||
},
|
||||
]}
|
||||
title="Our Quick & Easy Selling Process"
|
||||
description="We've refined selling your house into three simple steps designed for your convenience and peace of mind."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial-sell-fast" data-section="testimonial-sell-fast">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria G.",
|
||||
role: "Estate Seller",
|
||||
testimonial: "Selling my inherited property with Property Whale was incredibly straightforward. They handled everything, and the offer was fair. A truly stress-free experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
imageAlt: "happy homeowner woman smiling",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David K.",
|
||||
role: "Relocating Professional",
|
||||
testimonial: "I needed to relocate for work fast and couldn't deal with traditional listings. Property Whale gave me a solid cash offer and closed in less than two weeks. Fantastic service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-180756.jpg?_wi=2",
|
||||
imageAlt: "happy homeowner man smiling",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brenda J.",
|
||||
role: "Landlord",
|
||||
testimonial: "My rental property was becoming a burden, and it needed significant repairs. Property Whale bought it as-is, saving me a huge headache and a lot of money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-overjoyed-senior-lady-laughs-happily-being-entertained-by-someone-dressed-fashion-clothes-special-occasion-isolated-pink-background-mature-woman-stylish-leopard-outfit_273609-35203.jpg",
|
||||
imageAlt: "senior woman smiling portrait",
|
||||
icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="Hear From Happy Sellers"
|
||||
description="Our clients consistently praise our speed, fairness, and stress-free process. Read their experiences."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Sell Your House Fast",
|
||||
href: "/sell-your-house-fast",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "How It Works", href: "/how-it-works" },
|
||||
{ label: "Sell Your House Fast", href: "/sell-your-house-fast" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Property Whale"
|
||||
copyrightText="© 2024 Property Whale. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user