Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, TrendingUp, Users, ShieldCheck } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "products",
|
||||
},
|
||||
name: "Solutions", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EstateCRM"
|
||||
/>
|
||||
@@ -52,67 +45,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Transform Your Real Estate Business with Smart CRM"
|
||||
description="Streamline your leads, automate follow-ups, and close more deals with our intuitive real estate CRM platform designed for modern brokers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule a Demo", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"
|
||||
imageAlt="crm dashboard ui"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg",
|
||||
alt: "Over shoulder view of african american startup employee looking at laptop screen with business analytics charts sitting at desk. Close focus on portable computer display with sales results.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg", alt: "Over shoulder view of african american startup employee looking at laptop screen with business analytics charts sitting at desk. Close focus on portable computer display with sales results."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg",
|
||||
alt: "Business leader and trader searching for a new investment solution",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg", alt: "Business leader and trader searching for a new investment solution"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-statistics-graphs-screen-standing-table-startup-office-coworkers-discussing-company-strategy-background-employees-working-overtime-startup-office_482257-66472.jpg",
|
||||
alt: "Laptop computer with marketing statistics graphs on screen, standing on table in startup office, coworkers discussing company strategy in background. Employees working overtime in startup office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-statistics-graphs-screen-standing-table-startup-office-coworkers-discussing-company-strategy-background-employees-working-overtime-startup-office_482257-66472.jpg", alt: "Laptop computer with marketing statistics graphs on screen, standing on table in startup office, coworkers discussing company strategy in background. Employees working overtime in startup office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
alt: "Multicultural team of women leaders hold an online conference call",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", alt: "Multicultural team of women leaders hold an online conference call"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/20-marketing-blue-color-icon-pack-like-marketing-finance-selling-business-message_1142-25627.jpg",
|
||||
alt: "20 Marketing Blue Color icon Pack like marketing finance selling business message",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/20-marketing-blue-color-icon-pack-like-marketing-finance-selling-business-message_1142-25627.jpg", alt: "20 Marketing Blue Color icon Pack like marketing finance selling business message"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ real estate professionals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Lead Scoring",
|
||||
},
|
||||
type: "text", text: "Automated Lead Scoring"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smart Property Analytics",
|
||||
},
|
||||
type: "text", text: "Smart Property Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless Integrations",
|
||||
},
|
||||
type: "text", text: "Seamless Integrations"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud Security",
|
||||
},
|
||||
type: "text", text: "Cloud Security"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Team Performance",
|
||||
},
|
||||
type: "text", text: "Team Performance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,28 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Follow-ups",
|
||||
description: "Never miss a lead with automated SMS and email sequences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-crm-infographic_23-2149388654.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Automated Follow-ups", description: "Never miss a lead with automated SMS and email sequences.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-crm-infographic_23-2149388654.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Property Analytics",
|
||||
description: "Visualize your sales performance and market trends with real-time data.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-data-visualization-tech-office_23-2151964665.jpg",
|
||||
buttonIcon: "TrendingUp",
|
||||
title: "Property Analytics", description: "Visualize your sales performance and market trends with real-time data.", imageSrc: "http://img.b2bpic.net/free-photo/modern-data-visualization-tech-office_23-2151964665.jpg", buttonIcon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Lead Management",
|
||||
description: "Track, sort, and prioritize your incoming leads effortlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-data-analysis-graph_53876-5876.jpg",
|
||||
buttonIcon: "Users",
|
||||
title: "Lead Management", description: "Track, sort, and prioritize your incoming leads effortlessly.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-data-analysis-graph_53876-5876.jpg", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Secure Cloud Data",
|
||||
description: "Keep all your property documentation encrypted and accessible anywhere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883569.jpg",
|
||||
buttonIcon: "ShieldCheck",
|
||||
title: "Secure Cloud Data", description: "Keep all your property documentation encrypted and accessible anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883569.jpg", buttonIcon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Powerful Features Built for Brokers"
|
||||
@@ -160,41 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Listing Portal",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graphic-design-color-swatches-pens-desk-architectural-drawing-with-work-tools-accessories_1421-388.jpg",
|
||||
},
|
||||
id: "p1", name: "Luxury Listing Portal", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/graphic-design-color-swatches-pens-desk-architectural-drawing-with-work-tools-accessories_1421-388.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Commercial Toolkit",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-banner_1043-476.jpg",
|
||||
},
|
||||
id: "p2", name: "Commercial Toolkit", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-banner_1043-476.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Virtual Tour Builder",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg",
|
||||
},
|
||||
id: "p3", name: "Virtual Tour Builder", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Team Tasks Board",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085920.jpg",
|
||||
},
|
||||
id: "p4", name: "Team Tasks Board", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085920.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Document Signer",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueprint-clipboard-house-key-property-block-with-white-copyspace-backdrop_23-2148183080.jpg",
|
||||
},
|
||||
id: "p5", name: "Document Signer", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/blueprint-clipboard-house-key-property-block-with-white-copyspace-backdrop_23-2148183080.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Market Analytics",
|
||||
price: "Integrated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-analyst-creating-e-commerce-data-graphs-screen-using-computer-plan-profit-information-charts-executive-manager-working-with-economy-report-diagram-analysis_482257-40941.jpg",
|
||||
},
|
||||
id: "p6", name: "Market Analytics", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/financial-analyst-creating-e-commerce-data-graphs-screen-using-computer-plan-profit-information-charts-executive-manager-working-with-economy-report-diagram-analysis_482257-40941.jpg"},
|
||||
]}
|
||||
title="Integrated Solutions"
|
||||
description="All-in-one tools to manage your listings and team performance effectively."
|
||||
@@ -206,30 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Rivers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Rivers", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alice Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
|
||||
},
|
||||
id: "3", name: "Alice Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-with-arms-crossed_107420-95955.jpg",
|
||||
},
|
||||
id: "5", name: "Emily White", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-with-arms-crossed_107420-95955.jpg"},
|
||||
]}
|
||||
cardTitle="Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -241,8 +158,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ready to Scale Your Agency?"
|
||||
description="Get in touch for a personalized demo of our CRM and see how we can help your team grow."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bright-blue-icons-cup-coffee-laptop_1134-63.jpg"
|
||||
@@ -256,50 +172,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "CRM Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "CRM Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user