Merge version_1 into main #1
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,83 +32,34 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "How it Works",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "How it Works", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dallas Home Buyers"
|
||||
button={{
|
||||
text: "Get Cash Offer",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Cash Offer", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="We Buy Houses for Cash in Dallas – No Repairs. No Fees. Just a Fair Offer."
|
||||
description="Need to sell your house fast? Get a 100% fair cash offer in 24 hours. Skip the agents, commissions, and endless showings."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Cash Offer",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "How it Works",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Get Cash Offer", href: "#contact" },
|
||||
{ text: "How it Works", href: "#features" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-suburban-home-with-green-lawn-blue-sky_23-2151974427.jpg",
|
||||
imageAlt: "suburban house exterior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-communicating_23-2148334490.jpg",
|
||||
imageAlt: "homeowner selling house",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-countryside-with-beautiful-houses-by-seashore-well-groomed-lawn-with-pathway_181624-48827.jpg",
|
||||
imageAlt: "residential street view",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-excited-smiling-woman-showing-paper-house-cutout-looking-amazed-standing-red-back_1258-163378.jpg",
|
||||
imageAlt: "house keys on table",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794670.jpg",
|
||||
imageAlt: "modern living room",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg",
|
||||
imageAlt: "backyard real estate",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-suburban-home-with-green-lawn-blue-sky_23-2151974427.jpg", imageAlt: "suburban house exterior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-communicating_23-2148334490.jpg", imageAlt: "homeowner selling house" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/picturesque-countryside-with-beautiful-houses-by-seashore-well-groomed-lawn-with-pathway_181624-48827.jpg", imageAlt: "residential street view" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-excited-smiling-woman-showing-paper-house-cutout-looking-amazed-standing-red-back_1258-163378.jpg", imageAlt: "house keys on table" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794670.jpg", imageAlt: "modern living room" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "backyard real estate" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,21 +69,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trust and Reliability"
|
||||
metrics={[
|
||||
{
|
||||
icon: Home,
|
||||
label: "Houses Purchased",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years in Business",
|
||||
value: "8",
|
||||
},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Satisfied Sellers",
|
||||
value: "99%",
|
||||
},
|
||||
{ icon: Home, label: "Houses Purchased", value: "500+" },
|
||||
{ icon: Clock, label: "Years in Business", value: "8" },
|
||||
{ icon: ThumbsUp, label: "Satisfied Sellers", value: "99%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -144,30 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "No Repairs Needed",
|
||||
tags: [
|
||||
"As-Is",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanic-tools_23-2148558017.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Zero Commission Fees",
|
||||
tags: [
|
||||
"Cash",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shop-word-plain-table_23-2148281119.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "100% Fair Cash Offer",
|
||||
tags: [
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-dollar-bills-rolled-golden-ring-wooden-surface_181624-12613.jpg",
|
||||
},
|
||||
{ id: "f1", title: "No Repairs Needed", tags: ["As-Is"], imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanic-tools_23-2148558017.jpg" },
|
||||
{ id: "f2", title: "Zero Commission Fees", tags: ["Cash"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-shop-word-plain-table_23-2148281119.jpg" },
|
||||
{ id: "f3", title: "100% Fair Cash Offer", tags: ["Fast"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-dollar-bills-rolled-golden-ring-wooden-surface_181624-12613.jpg" },
|
||||
]}
|
||||
title="Why Sell to Us?"
|
||||
description="We make selling your house stress-free. Forget real estate agents and expensive repairs."
|
||||
@@ -180,27 +98,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "01",
|
||||
title: "Submit Information",
|
||||
description: "Tell us about your property.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29869.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "02",
|
||||
title: "Get Offer",
|
||||
description: "Receive your cash offer within 24 hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanical-tools_23-2148558015.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "03",
|
||||
title: "Close on Your Terms",
|
||||
description: "Choose your closing date and get paid.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-winning-money-holding-dollar-bills-half-face-smiling-excited-standing-red_1258-163273.jpg",
|
||||
},
|
||||
{ id: "m1", value: "01", title: "Submit Information", description: "Tell us about your property.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-background-new-house-portrait-first-time-buyer-house-owner-apartment-renter-flat-tenant-landlady-moving-day-buying-own-property-concept_493343-29869.jpg" },
|
||||
{ id: "m2", value: "02", title: "Get Offer", description: "Receive your cash offer within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/frame-mechanical-tools_23-2148558015.jpg" },
|
||||
{ id: "m3", value: "03", title: "Close on Your Terms", description: "Choose your closing date and get paid.", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-winning-money-holding-dollar-bills-half-face-smiling-excited-standing-red_1258-163273.jpg" },
|
||||
]}
|
||||
title="The 3-Step Process"
|
||||
description="Getting your fair cash offer is simple and fast."
|
||||
@@ -211,47 +111,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
description="What our happy clients say about our service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Fast and Easy",
|
||||
quote: "They made the entire selling process effortless. Got my cash fast!",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-middle-aged-woman-with-light-hair-toothy-smile-keeps-hands-together-looks-away-has-dreamy-expression-dressed-oversized-jumper-stands-blue-wall_273609-46839.jpg",
|
||||
},
|
||||
id: "t1", title: "Fast and Easy", quote: "They made the entire selling process effortless. Got my cash fast!", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-middle-aged-woman-with-light-hair-toothy-smile-keeps-hands-together-looks-away-has-dreamy-expression-dressed-oversized-jumper-stands-blue-wall_273609-46839.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professional Service",
|
||||
quote: "Transparent, honest, and truly professional. Highly recommended.",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150307059.jpg",
|
||||
},
|
||||
id: "t2", title: "Professional Service", quote: "Transparent, honest, and truly professional. Highly recommended.", name: "Mark D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150307059.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Experience",
|
||||
quote: "I needed to sell quickly and they delivered on their promise.",
|
||||
name: "Elena R.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jouyful-smiling-young-latino-guy-blank-grey-longsleeve-folds-hands-his-chest_346278-1042.jpg",
|
||||
},
|
||||
id: "t3", title: "Great Experience", quote: "I needed to sell quickly and they delivered on their promise.", name: "Elena R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/jouyful-smiling-young-latino-guy-blank-grey-longsleeve-folds-hands-his-chest_346278-1042.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Stress-Free Sale",
|
||||
quote: "No repairs, no headaches. The easiest way to sell a house.",
|
||||
name: "David L.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
},
|
||||
id: "t4", title: "Stress-Free Sale", quote: "No repairs, no headaches. The easiest way to sell a house.", name: "David L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Life Saver",
|
||||
quote: "Facing foreclosure, they helped me resolve everything in weeks.",
|
||||
name: "Jenny K.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-working-laptop_23-2149744536.jpg",
|
||||
},
|
||||
id: "t5", title: "Life Saver", quote: "Facing foreclosure, they helped me resolve everything in weeks.", name: "Jenny K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-working-laptop_23-2149744536.jpg"},
|
||||
]}
|
||||
title="Trusted by Dallas Homeowners"
|
||||
/>
|
||||
@@ -261,15 +132,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Dallas",
|
||||
"Plano",
|
||||
"Frisco",
|
||||
"McKinney",
|
||||
"Irving",
|
||||
"Garland",
|
||||
"Richardson",
|
||||
]}
|
||||
names={["Dallas", "Plano", "Frisco", "McKinney", "Irving", "Garland", "Richardson"]}
|
||||
title="Serving Dallas & Surrounding Areas"
|
||||
description="Our local investment experts help homeowners across the entire DFW region."
|
||||
/>
|
||||
@@ -279,21 +142,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I have to pay fees?",
|
||||
content: "No, we don't charge fees. You get the full cash offer.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How fast can you close?",
|
||||
content: "We can close as quickly as 7 days, or on your preferred timeline.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there repair costs?",
|
||||
content: "No, we buy properties in 'as-is' condition. No repairs needed.",
|
||||
},
|
||||
{ id: "q1", title: "Do I have to pay fees?", content: "No, we don't charge fees. You get the full cash offer." },
|
||||
{ id: "q2", title: "How fast can you close?", content: "We can close as quickly as 7 days, or on your preferred timeline." },
|
||||
{ id: "q3", title: "Are there repair costs?", content: "No, we buy properties in 'as-is' condition. No repairs needed." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -303,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Get Your Free Cash Offer"
|
||||
description="Fill out the form below and we will contact you within 24 hours."
|
||||
@@ -318,25 +167,14 @@ export default function LandingPage() {
|
||||
logoText="Dallas Home Buyers"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user