Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-05-01 00:51:49 +00:00
3 changed files with 44 additions and 165 deletions

View File

@@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,29 +25,19 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Sell Your House",
id: "/sell",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Sell Your House", id: "/sell" },
{ name: "Contact", id: "/contact" },
]}
brandName="Diamond Home Buyers LLC"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Ready for Your Cash Offer?"
description="Fill out the form below and one of our local investment specialists will reach out shortly."
tag="Contact Us"
@@ -60,9 +50,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Service Areas"
description={[
"We operate throughout major Michigan counties, including Oakland, Macomb, Wayne, and Washtenaw. No matter your property condition, we are interested in discussing an offer.",
"Our team prioritizes transparency, integrity, and speed.",
]}
"We operate throughout major Michigan counties, including Oakland, Macomb, Wayne, and Washtenaw. No matter your property condition, we are interested in discussing an offer.", "Our team prioritizes transparency, integrity, and speed."]}
/>
</div>

View File

@@ -28,91 +28,42 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Sell Your House",
id: "/sell",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Sell Your House", id: "/sell" },
{ name: "Contact", id: "/contact" },
]}
brandName="Diamond Home Buyers LLC"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="We Buy Michigan Houses Fast for Cash"
description="Diamond Home Buyers LLC makes selling your home simple. No commissions, no agent fees, no repairs. Get your fair cash offer in under 24 hours."
kpis={[
{
value: "24h",
label: "Cash Offer Time",
},
{
value: "0",
label: "Agent Commissions",
},
{
value: "100%",
label: "As-Is Purchases",
},
{ value: "24h", label: "Cash Offer Time" },
{ value: "0", label: "Agent Commissions" },
{ value: "100%", label: "As-Is Purchases" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg",
alt: "Happy Seller 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg",
alt: "Happy Seller 2",
},
{
src: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
alt: "Happy Seller 3",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg",
alt: "Happy Seller 4",
},
{
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg",
alt: "Happy Seller 5",
},
{ src: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", alt: "Happy Seller 1" },
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-street-dress-with-backpack_1296-805.jpg", alt: "Happy Seller 2" },
{ src: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg", alt: "Happy Seller 3" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", alt: "Happy Seller 4" },
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg", alt: "Happy Seller 5" },
]}
avatarText="Trusted by over 500+ Michigan homeowners"
marqueeItems={[
{
type: "text",
text: "Oakland County",
},
{
type: "text",
text: "Macomb County",
},
{
type: "text",
text: "Wayne County",
},
{
type: "text",
text: "Washtenaw County",
},
{
type: "text",
text: "Livingston County",
},
{ type: "text", text: "Oakland County" },
{ type: "text", text: "Macomb County" },
{ type: "text", text: "Wayne County" },
{ type: "text", text: "Washtenaw County" },
{ type: "text", text: "Livingston County" },
]}
/>
</div>
@@ -122,22 +73,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
negativeCard={{
items: [
"Agent commissions & closing fees",
"Months of waiting for buyers",
"Expensive repairs & staging",
"Hidden closing costs",
],
}}
positiveCard={{
items: [
"Zero commissions or hidden fees",
"Close in as little as 7 days",
"We buy in 'As-Is' condition",
"Guaranteed cash offers",
],
}}
negativeCard={{ items: ["Agent commissions & closing fees", "Months of waiting for buyers", "Expensive repairs & staging", "Hidden closing costs"] }}
positiveCard={{ items: ["Zero commissions or hidden fees", "Close in as little as 7 days", "We buy in 'As-Is' condition", "Guaranteed cash offers"] }}
title="Why Sell to Us?"
description="We offer a stress-free alternative to the traditional real estate market."
/>
@@ -149,41 +86,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mark D.",
role: "Homeowner",
testimonial: "Diamond Home Buyers made the process so fast. Got my offer in one day and closed in two weeks.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
},
{
id: "2",
name: "Sarah W.",
role: "Seller",
testimonial: "I didn't have to clean or repair a thing. They bought my house exactly as it was. Great service.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg",
},
{
id: "3",
name: "John B.",
role: "Investor",
testimonial: "Reliable and professional. They kept every promise made during the sale process.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg",
},
{
id: "4",
name: "Linda M.",
role: "Homeowner",
testimonial: "Efficient, honest, and fast. Thank you for the seamless transition.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
},
{
id: "5",
name: "Robert S.",
role: "Seller",
testimonial: "No hidden fees were a huge relief. They handled everything perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg",
},
{ id: "1", name: "Mark D.", role: "Homeowner", testimonial: "Diamond Home Buyers made the process so fast. Got my offer in one day and closed in two weeks.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg" },
{ id: "2", name: "Sarah W.", role: "Seller", testimonial: "I didn't have to clean or repair a thing. They bought my house exactly as it was. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg" },
{ id: "3", name: "John B.", role: "Investor", testimonial: "Reliable and professional. They kept every promise made during the sale process.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg" },
{ id: "4", name: "Linda M.", role: "Homeowner", testimonial: "Efficient, honest, and fast. Thank you for the seamless transition.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg" },
{ id: "5", name: "Robert S.", role: "Seller", testimonial: "No hidden fees were a huge relief. They handled everything perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg" },
]}
title="Trusted by Michigan Homeowners"
description="See why locals trust Diamond Home Buyers for their property sales."
@@ -192,6 +99,9 @@ export default function LandingPage() {
<div id="blog" data-section="blog">
<BlogCardThree
blogs={[]}
title="Latest Insights"
description="Real estate tips and news"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -201,9 +111,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Get Your Cash Offer Today"
description="No obligations. Just tell us about your property and we'll handle the rest."
inputPlaceholder="Enter your property address"

View File

@@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
export default function SellPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,20 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Sell Your House",
id: "/sell",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Sell Your House", id: "/sell" },
{ name: "Contact", id: "/contact" },
]}
brandName="Diamond Home Buyers LLC"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -47,25 +39,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="How Our Process Works"
description={[
"We keep it simple: You reach out with your address, we conduct a quick market review, and we present a no-obligation cash offer.",
"If you accept, we coordinate a closing date that works for you. You walk away with cash in hand, having paid zero in commissions, fees, or repair costs.",
]}
"We keep it simple: You reach out with your address, we conduct a quick market review, and we present a no-obligation cash offer.", "If you accept, we coordinate a closing date that works for you. You walk away with cash in hand, having paid zero in commissions, fees, or repair costs."]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Don't wait months to sell your house. Our local Michigan team is ready to help you close fast."
buttons={[
{
text: "Request a Call",
href: "/contact",
},
]}
buttons={[{ text: "Request a Call", href: "/contact" }]}
/>
</div>