Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f09db873d1 | |||
| 1ed43ab9ba | |||
| 76635766f5 |
251
src/app/page.tsx
251
src/app/page.tsx
@@ -32,100 +32,58 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AgentAI"
|
||||
brandName="Aurelia Realty AI"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Never Miss a Lead Again"
|
||||
description="Your 24/7 AI-powered phone assistant designed exclusively for busy real estate agents."
|
||||
title="Aurelia Realty AI: Never Miss a Lead Again"
|
||||
description="Your 24/7 AI-powered real estate assistant designed to automate lead capture, scheduling, and property inquiries."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@jane.realtor",
|
||||
testimonial: "This AI assistant has changed my business, no missed calls on weekends!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-businesswoman-suit-talking-microphone-phone-record-voice-message-using-spe_1258-119439.jpg",
|
||||
},
|
||||
name: "Jane Smith", handle: "@jane.realtor", testimonial: "This AI assistant has changed my business, no missed calls on weekends!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-businesswoman-suit-talking-microphone-phone-record-voice-message-using-spe_1258-119439.jpg"},
|
||||
{
|
||||
name: "Mark Jones",
|
||||
handle: "@mark_broker",
|
||||
testimonial: "Incredible accuracy, it handles property inquiries better than my part-time assistant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-business-woman-talking-mobile-phone-while-going-up-escalator-walking_1258-194298.jpg",
|
||||
},
|
||||
name: "Mark Jones", handle: "@mark_broker", testimonial: "Incredible accuracy, it handles property inquiries better than my part-time assistant.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-business-woman-talking-mobile-phone-while-going-up-escalator-walking_1258-194298.jpg"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah.homes",
|
||||
testimonial: "So seamless. Clients think they are speaking to a human, but it's always available.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-saleswoman-beige-suit-celebrates-her-achievement-triumphing-making-fist-pump-lo_1258-119154.jpg",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah.homes", testimonial: "So seamless. Clients think they are speaking to a human, but it's always available.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-saleswoman-beige-suit-celebrates-her-achievement-triumphing-making-fist-pump-lo_1258-119154.jpg"},
|
||||
{
|
||||
name: "David Clark",
|
||||
handle: "@david_realty",
|
||||
testimonial: "The most reliable assistant I have ever hired. Incredible ROI.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg",
|
||||
},
|
||||
name: "David Clark", handle: "@david_realty", testimonial: "The most reliable assistant I have ever hired. Incredible ROI.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg"},
|
||||
{
|
||||
name: "Alice Brown",
|
||||
handle: "@alice_brown_re",
|
||||
testimonial: "I've reclaimed hours of my week. Absolutely essential for modern agents.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064922.jpg",
|
||||
},
|
||||
name: "Alice Brown", handle: "@alice_brown_re", testimonial: "I've reclaimed hours of my week. Absolutely essential for modern agents.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064922.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/music-background-with-phone-with-music-icon-modern-technology-concept_169016-52931.jpg"
|
||||
imageAlt="AI Agent Dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064884.jpg",
|
||||
alt: "User avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064884.jpg", alt: "User avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg",
|
||||
alt: "User avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg", alt: "User avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-mobile-phone_23-2148018655.jpg",
|
||||
alt: "User avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-mobile-phone_23-2148018655.jpg", alt: "User avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
alt: "User avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", alt: "User avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
alt: "User avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "User avatar 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,12 +91,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built for the Modern Real Estate Landscape"
|
||||
title="Engineered for the Future of Real Estate Technology"
|
||||
buttons={[
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "#features",
|
||||
},
|
||||
text: "See How It Works", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,23 +106,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "Never lose a lead due to missed calls. Your AI assistant works all hours, weekends and holidays.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side-with-white-background_187299-39769.jpg",
|
||||
},
|
||||
title: "24/7 AI Availability", description: "Never lose a lead due to missed calls. Aurelia works all hours, weekends and holidays.", imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side-with-white-background_187299-39769.jpg"},
|
||||
{
|
||||
title: "Smart Conversations",
|
||||
description: "Natural, human-like voice responses trained specifically to understand real estate property inquiries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines-particles_1048-13985.jpg",
|
||||
},
|
||||
title: "Smart Real Estate Conversations", description: "Natural, human-like voice responses specifically trained to handle property nuances and inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines-particles_1048-13985.jpg"},
|
||||
{
|
||||
title: "Lead Qualification",
|
||||
description: "Automatically gather key prospect information and update your CRM in real time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-businessman-clicking-virtual-3d-icon_651396-906.jpg",
|
||||
},
|
||||
title: "Advanced Lead Qualification", description: "Automatically filter prospects and update your CRM in real time with comprehensive data.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-businessman-clicking-virtual-3d-icon_651396-906.jpg"},
|
||||
]}
|
||||
title="Intelligent Features for Your Business"
|
||||
description="Powerful capabilities to help you capture more leads and close faster."
|
||||
title="Intelligent Features for Modern Brokerages"
|
||||
description="Leverage proprietary AI technology to streamline communication and convert leads effortlessly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,29 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
title: "More Lead Capture",
|
||||
description: "Reduction in missed opportunities per month.",
|
||||
icon: Zap,
|
||||
id: "m1", value: "45%", title: "Higher Lead Capture", description: "Boosted client engagement across all listings.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
description: "Always-on coverage for your callers.",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Always-On Coverage", description: "Uninterrupted support for your callers.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Response Speed",
|
||||
description: "Immediate replies to every single call.",
|
||||
icon: ShieldCheck,
|
||||
id: "m3", value: "100%", title: "Real-Time Response", description: "Zero latency lead engagement.", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Agents using AI assistants experience immediate gains in productivity."
|
||||
title="Proven Performance"
|
||||
description="Experience immediate productivity gains with Aurelia's optimized lead processing."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,48 +145,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Game Changer",
|
||||
quote: "I've reclaimed hours of my week.",
|
||||
name: "Alice Brown",
|
||||
role: "Realtor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-record-voice-message-speaking-into-microphone-mobile-phone-sitting-near-fo_1258-118565.jpg",
|
||||
},
|
||||
id: "t1", title: "Game Changer", quote: "I've reclaimed hours of my week with Aurelia.", name: "Alice Brown", role: "Realtor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-record-voice-message-speaking-into-microphone-mobile-phone-sitting-near-fo_1258-118565.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Great Tech",
|
||||
quote: "Seamless integration with our CRM.",
|
||||
name: "John Doe",
|
||||
role: "Broker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg",
|
||||
},
|
||||
id: "t2", title: "Great Tech", quote: "Seamless integration with our enterprise CRM.", name: "John Doe", role: "Broker", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "So Natural",
|
||||
quote: "My clients can't tell it's AI.",
|
||||
name: "Emily Rose",
|
||||
role: "Broker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Highly Recommend",
|
||||
quote: "The most reliable assistant I have ever hired.",
|
||||
name: "David Clark",
|
||||
role: "Agent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Essential",
|
||||
quote: "My conversion rate doubled instantly.",
|
||||
name: "Fiona Glen",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-sandwich-lunch-break-reading-something-shocking-internet_637285-247.jpg",
|
||||
},
|
||||
id: "t3", title: "Incredibly Natural", quote: "My clients literally can't tell it's AI. Exceptional.", name: "Emily Rose", role: "Broker", imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg"},
|
||||
]}
|
||||
title="Trusted by Top Agents"
|
||||
description="See why leading real estate professionals trust our AI solution."
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Discover why top-performing real estate professionals rely on Aurelia Realty AI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,22 +161,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is it hard to set up?",
|
||||
content: "Our AI assistant is plug-and-play and integrates in minutes.",
|
||||
},
|
||||
id: "q1", title: "How quick is the setup?", content: "Aurelia Realty AI is fully plug-and-play, integrating within minutes into your existing workflows."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can it answer custom questions?",
|
||||
content: "Yes, it can be customized with your listing and business information.",
|
||||
},
|
||||
id: "q2", title: "Can it be customized?", content: "Yes, our AI agent can be tailored to match your specific listings, tone, and business processes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the pricing fair?",
|
||||
content: "We offer tiered plans that scale with your lead volume.",
|
||||
},
|
||||
id: "q3", title: "Do you offer enterprise plans?", content: "We have scalable tiers designed for individual agents up to large real estate brokerages."},
|
||||
]}
|
||||
sideTitle="Questions? We have answers."
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -284,11 +176,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Ready to scale?"
|
||||
title="Start your free 14-day trial today."
|
||||
description="See how an AI-powered assistant can transform your real estate brokerage."
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ready to optimize?"
|
||||
title="Start your 14-day free trial."
|
||||
description="Elevate your brokerage with Aurelia Realty AI—the standard in real estate automation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-architectural-workplace-with-building-model-3d-construction-layout-table-nobody-office-with-computer-tools-used-urban-development-architecture-design_482257-27896.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -296,56 +187,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="AgentAI"
|
||||
logoText="Aurelia Realty AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Solution", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Use Cases", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Support", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Aurelia", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Newsroom", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Aurelia Realty AI | All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user