Merge version_1 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="ResiAI"
|
||||
/>
|
||||
@@ -55,74 +47,37 @@ export default function LandingPage() {
|
||||
description="Upload any phone shot or old MLS image. Our AI reconstructs your listing photos for Zillow, Realtor.com, and print, delivering studio-quality results in seconds."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_realty",
|
||||
testimonial: "My listings went from ignored to highlighted. This tool paid for itself in one week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=1",
|
||||
imageAlt: "real estate photography enhancement ai",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah_realty", testimonial: "My listings went from ignored to highlighted. This tool paid for itself in one week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg", imageAlt: "real estate photography enhancement ai"},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@jd_broker",
|
||||
testimonial: "The resolution increase is mind-blowing. Truly game changing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg",
|
||||
imageAlt: "ai technology image processing",
|
||||
},
|
||||
name: "John Doe", handle: "@jd_broker", testimonial: "The resolution increase is mind-blowing. Truly game changing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg", imageAlt: "ai technology image processing"},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "@emmareal",
|
||||
testimonial: "Fast, reliable, and perfectly tailored for the real estate industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-business-executives-interacting-while-working_1170-814.jpg",
|
||||
imageAlt: "bulk image processing software",
|
||||
},
|
||||
name: "Emma Wilson", handle: "@emmareal", testimonial: "Fast, reliable, and perfectly tailored for the real estate industry.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-business-executives-interacting-while-working_1170-814.jpg", imageAlt: "bulk image processing software"},
|
||||
{
|
||||
name: "Mark Stevens",
|
||||
handle: "@mark_broker",
|
||||
testimonial: "Bulk processing saved our entire team hours of manual editing time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg",
|
||||
imageAlt: "home improvement ai tech",
|
||||
},
|
||||
name: "Mark Stevens", handle: "@mark_broker", testimonial: "Bulk processing saved our entire team hours of manual editing time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg", imageAlt: "home improvement ai tech"},
|
||||
{
|
||||
name: "Lisa Chen",
|
||||
handle: "@lisac_re",
|
||||
testimonial: "The AI understands house interiors better than any other tool I've used.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=2",
|
||||
imageAlt: "real estate photography enhancement ai",
|
||||
},
|
||||
name: "Lisa Chen", handle: "@lisac_re", testimonial: "The AI understands house interiors better than any other tool I've used.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg", imageAlt: "real estate photography enhancement ai"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Upload Photos",
|
||||
href: "#upload",
|
||||
},
|
||||
text: "Upload Photos", href: "#upload"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg",
|
||||
alt: "Agent Profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg", alt: "Agent Profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-female-business-executives-interacting-while-working_1170-814.jpg",
|
||||
alt: "Agent Profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-female-business-executives-interacting-while-working_1170-814.jpg", alt: "Agent Profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg",
|
||||
alt: "Agent Profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg", alt: "Agent Profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg",
|
||||
alt: "Agent Profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624874.jpg", alt: "Agent Profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg",
|
||||
alt: "Agent Profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618522.jpg", alt: "Agent Profile 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ top real estate professionals"
|
||||
/>
|
||||
@@ -135,21 +90,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Grainy phone photos",
|
||||
"Low resolution images",
|
||||
"Poor lighting quality",
|
||||
"Old MLS archives",
|
||||
],
|
||||
"Grainy phone photos", "Low resolution images", "Poor lighting quality", "Old MLS archives"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"8× AI Resolution Upscaling",
|
||||
"Automatic lighting correction",
|
||||
"Trained on thousands of home photos",
|
||||
"Bulk batch processing",
|
||||
],
|
||||
"8× AI Resolution Upscaling", "Automatic lighting correction", "Trained on thousands of home photos", "Bulk batch processing"],
|
||||
}}
|
||||
title="Why Choose Our AI Enhancement?"
|
||||
description="Our cutting-edge AI technology transforms your standard real estate photos into professional-grade assets with just one click."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,57 +108,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
price: "$29",
|
||||
subtitle: "For individual agents",
|
||||
buttons: [
|
||||
id: "starter", badge: "Starter", price: "$29", subtitle: "For individual agents", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"10 Photos/mo",
|
||||
"Standard Upscaling",
|
||||
"24hr Turnaround",
|
||||
],
|
||||
"10 Photos/mo", "Standard Upscaling", "24hr Turnaround"],
|
||||
},
|
||||
{
|
||||
id: "agent",
|
||||
badge: "Agent",
|
||||
price: "$99",
|
||||
subtitle: "For high-volume agents",
|
||||
buttons: [
|
||||
id: "agent", badge: "Agent", price: "$99", subtitle: "For high-volume agents", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"100 Photos/mo",
|
||||
"8x AI Upscaling",
|
||||
"Bulk Processing",
|
||||
"Priority Support",
|
||||
],
|
||||
"100 Photos/mo", "8x AI Upscaling", "Bulk Processing", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "broker",
|
||||
badge: "Brokerage",
|
||||
price: "$299",
|
||||
subtitle: "For full teams",
|
||||
buttons: [
|
||||
id: "broker", badge: "Brokerage", price: "$299", subtitle: "For full teams", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Photos",
|
||||
"White-label support",
|
||||
"Team Dashboard",
|
||||
"Custom API Access",
|
||||
],
|
||||
"Unlimited Photos", "White-label support", "Team Dashboard", "Custom API Access"],
|
||||
},
|
||||
]}
|
||||
title="Pricing Plans for Every Scale"
|
||||
@@ -224,25 +143,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the AI upscale photos?",
|
||||
content: "Our proprietary AI is trained specifically on thousands of high-end architectural photos to reconstruct pixels.",
|
||||
},
|
||||
id: "q1", title: "How does the AI upscale photos?", content: "Our proprietary AI is trained specifically on thousands of high-end architectural photos to reconstruct pixels."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I process bulk orders?",
|
||||
content: "Yes, our Agent and Brokerage plans support drag-and-drop batch processing.",
|
||||
},
|
||||
id: "q2", title: "Can I process bulk orders?", content: "Yes, our Agent and Brokerage plans support drag-and-drop batch processing."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Does it improve lighting?",
|
||||
content: "Our AI identifies the light sources in your room photos and balances exposure automatically.",
|
||||
},
|
||||
id: "q3", title: "Does it improve lighting?", content: "Our AI identifies the light sources in your room photos and balances exposure automatically."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What formats are supported?",
|
||||
content: "We support all common image formats including JPEG, PNG, and HEIC from iPhones.",
|
||||
},
|
||||
id: "q4", title: "What formats are supported?", content: "We support all common image formats including JPEG, PNG, and HEIC from iPhones."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our real estate AI photo enhancement technology."
|
||||
@@ -254,14 +161,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to transform your listings? Start enhancing your real estate photos today with ResiAI."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,29 +174,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Upload",
|
||||
href: "#",
|
||||
},
|
||||
label: "Upload", href: "#"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user