Update src/app/page.tsx
This commit is contained in:
123
src/app/page.tsx
123
src/app/page.tsx
@@ -18,9 +18,9 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "how-it-works"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Get Offer",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Get Offer", id: "contact"},
|
||||
]}
|
||||
brandName="Tulsa Home Cash"
|
||||
/>
|
||||
@@ -48,42 +42,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Cash for Your Tulsa Home in 24 Hours"
|
||||
description="No repairs needed. No realtor fees. No waiting. Get a guaranteed cash offer and close on your timeline."
|
||||
tag="Tulsa's Trusted Cash Buyer"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Offer",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Free Offer", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-young-couple-new-house_23-2148895441.jpg",
|
||||
imageAlt: "Modern home in Tulsa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-young-couple-new-house_23-2148895441.jpg", imageAlt: "Modern home in Tulsa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-female-realtor_23-2148895439.jpg",
|
||||
imageAlt: "Residential Tulsa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-female-realtor_23-2148895439.jpg", imageAlt: "Residential Tulsa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-balcony-holding-cellphone-disposable-coffee-cup_23-2147941542.jpg",
|
||||
imageAlt: "Fast home sale process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-balcony-holding-cellphone-disposable-coffee-cup_23-2147941542.jpg", imageAlt: "Fast home sale process"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571922.jpg",
|
||||
imageAlt: "Happy Tulsa homeowners",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571922.jpg", imageAlt: "Happy Tulsa homeowners"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-agent-preparing-presenting-house_23-2149383576.jpg",
|
||||
imageAlt: "Property investment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-agent-preparing-presenting-house_23-2149383576.jpg", imageAlt: "Property investment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-orange-t-shirt-holding-house-model-with-winner-gesture-looking-lucky-front-view_176474-93567.jpg",
|
||||
imageAlt: "Tulsa housing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-orange-t-shirt-holding-house-model-with-winner-gesture-looking-lucky-front-view_176474-93567.jpg", imageAlt: "Tulsa housing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,29 +71,14 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Submit Request",
|
||||
subtitle: "Tell us about your property",
|
||||
category: "Step 1",
|
||||
value: "1 Min",
|
||||
},
|
||||
id: "f1", title: "Submit Request", subtitle: "Tell us about your property", category: "Step 1", value: "1 Min"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Get Cash Offer",
|
||||
subtitle: "Receive our fair cash offer within 24 hours",
|
||||
category: "Step 2",
|
||||
value: "24 Hours",
|
||||
},
|
||||
id: "f2", title: "Get Cash Offer", subtitle: "Receive our fair cash offer within 24 hours", category: "Step 2", value: "24 Hours"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Close and Get Paid",
|
||||
subtitle: "Choose your closing date and get your cash",
|
||||
category: "Step 3",
|
||||
value: "Anytime",
|
||||
},
|
||||
id: "f3", title: "Close and Get Paid", subtitle: "Choose your closing date and get your cash", category: "Step 3", value: "Anytime"},
|
||||
]}
|
||||
title="How We Make It Simple"
|
||||
description="We've refined our process to give you the most efficient cash sale experience in Oklahoma."
|
||||
@@ -126,14 +90,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tulsa Housing Group",
|
||||
"OK Real Estate Network",
|
||||
"Trusted Home Buyer",
|
||||
"Tulsa Property Pro",
|
||||
"Green Country Realty",
|
||||
"Home Sale Certified",
|
||||
"OK Investment Partners",
|
||||
]}
|
||||
"Tulsa Housing Group", "OK Real Estate Network", "Trusted Home Buyer", "Tulsa Property Pro", "Green Country Realty", "Home Sale Certified", "OK Investment Partners"]}
|
||||
title="Serving the Tulsa Community"
|
||||
description="We are proud to be a trusted local partner for Tulsa homeowners."
|
||||
/>
|
||||
@@ -143,43 +100,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "Tulsa, OK",
|
||||
testimonial: "I needed to sell my inherited home quickly and without repairs. They made the process painless and paid cash.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "Tulsa, OK", testimonial: "I needed to sell my inherited home quickly and without repairs. They made the process painless and paid cash.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "Broken Arrow, OK",
|
||||
testimonial: "Professional, fast, and fair. I avoided paying thousands in commissions and closing took only a week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-cutout-house-keys-with-cellphone-blue-background_23-2148203968.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "Broken Arrow, OK", testimonial: "Professional, fast, and fair. I avoided paying thousands in commissions and closing took only a week.", imageSrc: "http://img.b2bpic.net/free-photo/paper-cutout-house-keys-with-cellphone-blue-background_23-2148203968.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "Midtown Tulsa",
|
||||
testimonial: "They bought my house exactly as-is. It was the smoothest real estate experience I've ever had.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-holding-house-sales-icon_53876-71037.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "Midtown Tulsa", testimonial: "They bought my house exactly as-is. It was the smoothest real estate experience I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-holding-house-sales-icon_53876-71037.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jason P.",
|
||||
handle: "Owasso, OK",
|
||||
testimonial: "Local, reliable, and honest. They delivered on every single promise they made regarding the cash offer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-managing-budget-together-kitchen_273609-4869.jpg",
|
||||
},
|
||||
id: "t4", name: "Jason P.", handle: "Owasso, OK", testimonial: "Local, reliable, and honest. They delivered on every single promise they made regarding the cash offer.", imageSrc: "http://img.b2bpic.net/free-photo/couple-managing-budget-together-kitchen_273609-4869.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
handle: "Bixby, OK",
|
||||
testimonial: "I was facing foreclosure and they helped me move on with my life quickly. Very grateful for their service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda M.", handle: "Bixby, OK", testimonial: "I was facing foreclosure and they helped me move on with my life quickly. Very grateful for their service.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg"},
|
||||
]}
|
||||
title="Hear from Tulsa Homeowners"
|
||||
description="See why local sellers trust us to handle their home sales quickly."
|
||||
@@ -190,8 +122,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Get Your Guaranteed Offer Today"
|
||||
description="There is no obligation. Just tell us your property address and get an offer within 24 hours."
|
||||
@@ -209,4 +140,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user