Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
185
src/app/page.tsx
185
src/app/page.tsx
@@ -31,66 +31,33 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Features", id: "features" },
|
||||||
name: "Features",
|
{ name: "How it Works", id: "about" },
|
||||||
id: "features",
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
},
|
{ name: "FAQ", id: "faq" },
|
||||||
{
|
|
||||||
name: "How it Works",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "FAQ",
|
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="PropGen AI"
|
brandName="PropGen AI"
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Turn Every Listing into a Masterpiece with AI"
|
title="Turn Every Listing into a Masterpiece with AI"
|
||||||
description="Generate high-converting real estate descriptions in seconds. Our AI analyzes your property data to craft compelling, SEO-optimized listings that sell faster."
|
description="Generate high-converting real estate descriptions in seconds. Our AI analyzes your property data to craft compelling, SEO-optimized listings that sell faster."
|
||||||
tag="PropGen AI - Elevate your Listings"
|
tag="PropGen AI - Elevate your Listings"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Generating",
|
text: "Start Generating", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg", imageAlt: "real estate agent tablet property"},
|
||||||
imageAlt: "real estate agent tablet property",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-freelancer-works-from-home-looks-her-digital-tablet-reads-through-documents-online_1258-200126.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-freelancer-works-from-home-looks-her-digital-tablet-reads-through-documents-online_1258-200126.jpg", imageAlt: "modern dashboard ai real estate"}
|
||||||
imageAlt: "modern dashboard ai real estate",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216695.jpg",
|
|
||||||
imageAlt: "Young woman using home technology",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-kitchen-control-close-up_23-2148994126.jpg",
|
|
||||||
imageAlt: "Phone with kitchen control close up",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-mobile-phone-with-high-tech-application-smart-house-features-controlling-lights-with-wireless-device_482257-2257.jpg",
|
|
||||||
imageAlt: "Person holding mobile phone with high tech application in smart house features controlling lights with wireless device",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -103,21 +70,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Why Real Estate Pros Choose Us"
|
title="Why Real Estate Pros Choose Us"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ icon: Zap, label: "Listings Generated", value: "15,000+" },
|
||||||
icon: Zap,
|
{ icon: Home, label: "Properties Covered", value: "450+" },
|
||||||
label: "Listings Generated",
|
{ icon: TrendingUp, label: "Conversion Boost", value: "35%" },
|
||||||
value: "15,000+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Home,
|
|
||||||
label: "Properties Covered",
|
|
||||||
value: "450+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: TrendingUp,
|
|
||||||
label: "Conversion Boost",
|
|
||||||
value: "35%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -130,17 +85,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"No manual copywriting",
|
"No manual copywriting", "No repetitive drafts", "Zero wasted time"],
|
||||||
"No repetitive drafts",
|
|
||||||
"Zero wasted time",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"SEO-optimized keywords",
|
"SEO-optimized keywords", "Buyer-targeted tone", "Automated feature highlight"],
|
||||||
"Buyer-targeted tone",
|
|
||||||
"Automated feature highlight",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="AI-Powered Listing Excellence"
|
title="AI-Powered Listing Excellence"
|
||||||
description="Stop staring at blank documents. Our engine writes professional descriptions tailored to your buyer persona."
|
description="Stop staring at blank documents. Our engine writes professional descriptions tailored to your buyer persona."
|
||||||
@@ -153,24 +102,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", icon: Clock, title: "Time Saved", value: "10h/week" },
|
||||||
id: "m1",
|
{ id: "m2", icon: BarChart, title: "Lead Rate", value: "40% inc." },
|
||||||
icon: Clock,
|
{ id: "m3", icon: Award, title: "Satisfaction", value: "99%" },
|
||||||
title: "Time Saved",
|
|
||||||
value: "10h/week",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
icon: BarChart,
|
|
||||||
title: "Lead Rate",
|
|
||||||
value: "40% inc.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
icon: Award,
|
|
||||||
title: "Satisfaction",
|
|
||||||
value: "99%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Performance at a Glance"
|
title="Performance at a Glance"
|
||||||
description="Measure the impact of your automated marketing strategy."
|
description="Measure the impact of your automated marketing strategy."
|
||||||
@@ -181,31 +115,11 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-business-worker-smiling-pointing-camera-office_839833-26359.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Michael Reed", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg" },
|
||||||
name: "Sarah Jenkins",
|
{ id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-businesswoman-holding-coffee-cup_23-2148187126.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-business-worker-smiling-pointing-camera-office_839833-26359.jpg",
|
{ id: "4", name: "David West", imageSrc: "http://img.b2bpic.net/free-photo/carefree-couple-dancing-while-relocating-their-new-apartment_637285-12444.jpg" },
|
||||||
},
|
{ id: "5", name: "Lisa O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/executive-woman-manager-speaking-phone-while-checking-financial-notes-late-night_482257-5203.jpg" },
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Michael Reed",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Emily Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-businesswoman-holding-coffee-cup_23-2148187126.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "David West",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-couple-dancing-while-relocating-their-new-apartment_637285-12444.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Lisa O'Brien",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-woman-manager-speaking-phone-while-checking-financial-notes-late-night_482257-5203.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Realtors are saying"
|
cardTitle="What Realtors are saying"
|
||||||
cardTag="Success Stories"
|
cardTag="Success Stories"
|
||||||
@@ -218,21 +132,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "Is the content original?", content: "Absolutely. Every listing description is generated uniquely for your property." },
|
||||||
id: "f1",
|
{ id: "f2", title: "How do I start?", content: "Simply input your property details and select a style, we'll do the rest." },
|
||||||
title: "Is the content original?",
|
{ id: "f3", title: "Is there a free trial?", content: "Yes, start your 14-day free trial today without any commitment." },
|
||||||
content: "Absolutely. Every listing description is generated uniquely for your property.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "How do I start?",
|
|
||||||
content: "Simply input your property details and select a style, we'll do the rest.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Is there a free trial?",
|
|
||||||
content: "Yes, start your 14-day free trial today without any commitment.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions about our AI? We've got answers."
|
description="Have questions about our AI? We've got answers."
|
||||||
@@ -243,48 +145,19 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Ready to Scale?"
|
tag="Ready to Scale?"
|
||||||
title="Automate Your Listings Today"
|
title="Automate Your Listings Today"
|
||||||
description="Join 500+ successful realtors and start generating high-impact listings in minutes."
|
description="Join 500+ successful realtors and start generating high-impact listings in minutes."
|
||||||
buttons={[
|
buttons={[{ text: "Contact Sales", href: "#contact" }]}
|
||||||
{
|
|
||||||
text: "Contact Sales",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "Product", href: "#" }, { label: "Pricing", href: "#" }] },
|
||||||
items: [
|
{ items: [{ label: "About", href: "#" }, { label: "Support", href: "#" }] },
|
||||||
{
|
|
||||||
label: "Product",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Pricing",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Support",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="PropGen AI"
|
logoText="PropGen AI"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user