Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-24 03:32:54 +00:00
2 changed files with 372 additions and 558 deletions

View File

@@ -2,274 +2,181 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import FeatureCardFour from '@/components/sections/feature/FeatureCardFour';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { DollarSign, Factory, Building2 } from "lucide-react";
export default function LandingPage() {
export default function BusinessDetailPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "dashboard",
href: "/",
},
{
name: "Businesses",
id: "businesses",
href: "/businesses",
},
{
name: "Pipeline",
id: "pipeline",
href: "/pipeline",
},
{
name: "Regions",
id: "regions",
href: "/regions",
},
{
name: "Tasks",
id: "tasks",
href: "/tasks",
},
{
name: "Reports",
id: "reports",
href: "/reports",
},
{
name: "Admin",
id: "admin",
href: "/admin",
},
]}
brandName="KASECO LeadHive"
bottomLeftText="Smart Business Growth"
bottomRightText="hello@kaseco.com"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard", id: "/"
},
{
name: "Businesses", id: "/businesses"
},
{
name: "Pipeline", id: "/pipeline"
},
{
name: "Regions", id: "/regions"
},
{
name: "Tasks", id: "/tasks"
},
{
name: "Reports", id: "/reports"
},
{
name: "Admin", id: "/admin"
}
]}
brandName="KASECO LeadHive"
bottomLeftText="Smart Business Growth"
bottomRightText="hello@kaseco.com"
/>
</div>
<div id="metric" data-section="metric">
<MetricCardTen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
title: "Industry",
subtitle: "Food & Beverage",
category: "Retail",
value: "Coffee Shop",
},
{
id: "2",
title: "Location",
subtitle: "Portland, OR",
category: "Multnomah County",
value: "Downtown",
},
{
id: "3",
title: "Growth Score",
subtitle: "Past 12 Months",
category: "Potential",
value: "8.5/10",
buttons: [
{
text: "View Trend",
href: "#",
},
],
},
]}
title="Business Profile: Oregon Coffee Roasters"
description="An in-depth look at a key prospect. Quickly grasp vital information and strategic touchpoints."
tag="PROSPECT DETAIL"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "animated-grid"
}}
title="Business Profile: "
description="Detailed insights and lead opportunities for a local business."
tag="Lead Details"
tagIcon={Building2}
tagAnimation="slide-up"
buttons={[
{
text: "Back to Businesses", href: "/businesses"
}
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png"
imageAlt="Business profile dashboard"
mediaAnimation="slide-up"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Actionable Insights & History"
description="Deep dive into a business's operational history, past interactions, and recommended next steps to maximize engagement."
tag="INSIGHTS"
accordionItems={[
{
id: "1",
title: "Contact History Log",
content: "Review all past communications, notes, and activity logs associated with Oregon Coffee Roasters.",
},
{
id: "2",
title: "Recommended Next Steps",
content: "Leverage AI-driven suggestions for personalized outreach, product recommendations, or follow-up actions.",
},
{
id: "3",
title: "Market Trends Analysis",
content: "See how Oregon Coffee Roasters compares to market benchmarks and identify unique selling propositions.",
},
{
id: "4",
title: "Financial Health Indicators",
content: "Get an overview of estimated revenue, employee growth, and funding rounds to assess stability and potential.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-futuristic-clean-saas-dashboard-interf-1774322877183-bebfaca9.png?_wi=3"
imageAlt="Dashboard view of business history"
mediaAnimation="blur-reveal"
mediaPosition="right"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardFour
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Business Information", description: "Name, address, contact, and primary category.", icon: Factory
},
{
id: "2", title: "Website Analysis", description: "SEO score, mobile responsiveness, contact forms.", icon: DollarSign
},
{
id: "3", title: "Lead Score & Opportunities", description: "Automated score, identified growth areas.", icon: DollarSign
},
{
id: "4", title: "Contact History", description: "Past interactions and team assignments.", icon: DollarSign
}
]}
title="Key Details at a Glance"
description="Access all relevant information and lead opportunities for this business."
tag="Business Insights"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwo
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Senior Sales Rep",
testimonial: "The business profiles are incredibly detailed. I can quickly understand a prospect's needs before making the first call.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/professional-headshot-of-a-diverse-femal-1774322873124-cb1cbce2.png",
imageAlt: "Sarah J.",
},
{
id: "2",
name: "Michael K.",
role: "Account Manager",
testimonial: "Finding key decision-makers and their contact info is a breeze. It's cut my research time in half.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/professional-headshot-of-a-diverse-male--1774322874140-60f782ed.png",
imageAlt: "Michael K.",
},
{
id: "3",
name: "Emily R.",
role: "Lead Generation Specialist",
testimonial: "The growth scores help me prioritize and focus on the businesses with the highest potential. A game-changer!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-professional-portrait-of-a-startup-ceo-1774322873989-8f359b72.png?_wi=2",
imageAlt: "Emily R.",
},
{
id: "4",
name: "David L.",
role: "Sales Development Rep",
testimonial: "Having all the interaction history in one place means I never miss a beat when following up. Truly integrated.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-professional-portrait-of-a-product-man-1774322875123-d1bb2c49.png?_wi=2",
imageAlt: "David L.",
},
]}
title="What Our Sales Team Says"
description="Hear how KASECO LeadHive empowers our sales professionals to close deals faster and more efficiently with detailed business profiles."
tag="SALES SUCCESS"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "KASECO Internal Team", role: "Lead Researcher", testimonial: "This detailed view makes qualifying leads incredibly efficient. All the info I need is right here.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/professional-headshot-of-a-diverse-femal-1774322873275-629f3ee6.png", imageAlt: "Lead Researcher Michael Chen"
},
{
id: "2", name: "KASECO Internal Team", role: "Sales Manager", testimonial: "I can quickly assess potential and assign tasks directly from the business profile. Great workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/professional-headshot-of-a-diverse-femal-1774322873124-cb1cbce2.png", imageAlt: "Sales Manager Emily Rodriguez"
}
]}
title="Internal Team Feedback"
description="How our team uses and values the detailed business profiles."
tag="Team Insights"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
tag="ACTION REQUIRED"
tagAnimation="blur-reveal"
title="Ready to Cultivate More Leads?"
description="Start engaging with high-potential businesses like Oregon Coffee Roasters. Your next big client is waiting."
buttons={[
{
text: "Start Outreach",
href: "/pipeline",
},
{
text: "Explore More Businesses",
href: "/businesses",
},
]}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Platform",
items: [
{
label: "Business Database",
href: "/businesses",
},
{
label: "Lead Pipeline",
href: "/pipeline",
},
{
label: "Region Explorer",
href: "/regions",
},
{
label: "Reports",
href: "/reports",
},
],
},
{
title: "Company",
items: [
{
label: "About KASECO",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Contact Us",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 KASECO LeadHive. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Platform", items: [
{
label: "Dashboard", href: "/"
},
{
label: "Businesses", href: "/businesses"
},
{
label: "Lead Pipeline", href: "/pipeline"
},
{
label: "Daily Tasks", href: "/tasks"
}
]
},
{
title: "Resources", items: [
{
label: "Documentation", href: "#"
},
{
label: "API Reference", href: "#"
},
{
label: "Support", href: "#"
},
{
label: "Privacy Policy", href: "#"
}
]
},
{
title: "Company", items: [
{
label: "About KASECO", href: "#"
},
{
label: "Our Mission", href: "#"
},
{
label: "Careers", href: "#"
},
{
label: "Contact Us", href: "#"
}
]
}
]}
copyrightText="© 2024 KASECO LeadHive. All rights reserved."
onPrivacyClick={() => alert('Privacy Policy Clicked')}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -2,317 +2,224 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Bookmark, Building2, CheckCircle2, Database, Filter, History, MapPin, Users } from "lucide-react";
import { Search, Factory } from "lucide-react";
export default function LandingPage() {
export default function BusinessesPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "dashboard",
href: "/",
},
{
name: "Businesses",
id: "businesses",
href: "/businesses",
},
{
name: "Pipeline",
id: "pipeline",
href: "/pipeline",
},
{
name: "Regions",
id: "regions",
href: "/regions",
},
{
name: "Tasks",
id: "tasks",
href: "/tasks",
},
{
name: "Reports",
id: "reports",
href: "/reports",
},
{
name: "Admin",
id: "admin",
href: "/admin",
},
]}
brandName="KASECO LeadHive"
bottomLeftText="Smart Business Growth"
bottomRightText="hello@kaseco.com"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard", id: "/"
},
{
name: "Businesses", id: "/businesses"
},
{
name: "Pipeline", id: "/pipeline"
},
{
name: "Regions", id: "/regions"
},
{
name: "Tasks", id: "/tasks"
},
{
name: "Reports", id: "/reports"
},
{
name: "Admin", id: "/admin"
}
]}
brandName="KASECO LeadHive"
bottomLeftText="Smart Business Growth"
bottomRightText="hello@kaseco.com"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTen
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Comprehensive Business Profiles",
description: "Access in-depth data on every business, including contact info, industry classification, employee count, and more.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-futuristic-clean-saas-dashboard-interf-1774322877183-bebfaca9.png?_wi=2",
imageAlt: "Detailed business profile screen",
},
items: [
{
icon: Building2,
text: "Industry Classification",
},
{
icon: Users,
text: "Employee Size Ranges",
},
{
icon: MapPin,
text: "Geographic Locations",
},
],
reverse: false,
},
{
id: "2",
title: "Advanced Filtering & Search",
description: "Pinpoint your ideal prospects with powerful search filters and custom criteria, saving valuable research time.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png?_wi=5",
imageAlt: "Advanced search and filter interface",
},
items: [
{
icon: Filter,
text: "Customizable Search Parameters",
},
{
icon: Bookmark,
text: "Save & Export Lists",
},
{
icon: History,
text: "Track Search History",
},
],
reverse: true,
},
]}
title="Uncover Oregon's Business Landscape"
description="Our robust database helps you identify, track, and engage with small businesses across Oregon. Filter by industry, size, location, and growth potential."
tag="DATABASE EXPLORER"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "animated-grid"
}}
title="Discover & Manage Businesses"
description="Explore a curated list of local businesses in Oregon, filter by category, city, and lead potential. Empower your outreach with relevant data."
tag="Businesses"
tagIcon={Search}
tagAnimation="slide-up"
buttons={[
{
text: "Add New Business", href: "#"
}
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-futuristic-clean-saas-dashboard-interf-1774322877183-bebfaca9.png"
imageAlt="Businesses dashboard interface"
mediaAnimation="slide-up"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Retail & Consumer Services",
tags: [
"Local Shops",
"Restaurants",
"Personal Care",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/diverse-storefronts-in-a-vibrant-urban-s-1774322872957-3f36511b.png",
imageAlt: "Diverse retail storefronts",
},
{
id: "2",
title: "Professional Services",
tags: [
"Consulting",
"Legal",
"Accounting",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-modern-office-building-entrance-with-a-1774322873998-38605c31.png",
imageAlt: "Modern office building",
},
{
id: "3",
title: "Manufacturing & Trades",
tags: [
"Crafts",
"Production",
"Skilled Labor",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-clean-well-lit-workshop-with-modern-ma-1774322874229-87364673.png",
imageAlt: "Clean workshop with modern machinery",
},
{
id: "4",
title: "Tech & Innovation",
tags: [
"Software",
"IT Services",
"Startups",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-sleek-minimalist-tech-workspace-with-co-1774322874311-53697e88.png",
imageAlt: "Sleek tech workspace",
},
]}
title="Diverse Business Categories"
description="Explore businesses categorized by sector, operational status, and growth indicators, helping you discover new markets."
tag="SEGMENTATION"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Local Businesses in Portland", description: "Over 5,000 businesses identified with detailed profiles.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png", imageAlt: "Businesses in Portland"
},
items: [
{
icon: Factory,
text: "Retail & Services"
},
{
icon: Factory,
text: "Food & Beverage"
},
{
icon: Factory,
text: "Tech Startups"
}
]
},
{
id: "2", title: "Growth Opportunities in Eugene", description: "Businesses with high lead scores and identified needs.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png", imageAlt: "Growth opportunities in Eugene"
},
items: [
{
icon: Factory,
text: "Website Redesign"
},
{
icon: Factory,
text: "SEO Optimization"
},
{
icon: Factory,
text: "Social Media Strategy"
}
]
},\n {
id: "3", title: "Filter by Category", description: "Easily narrow down businesses by industry, size, or lead status.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png", imageAlt: "Category filter interface"
},
items: [
{
icon: Factory,
text: "Healthcare"
},
{
icon: Factory,
text: "Construction"
},
{
icon: Factory,
text: "Marketing"
}
]
},
{
id: "4", title: "Sort by Lead Score", description: "Prioritize leads with the highest conversion potential.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNHlxKU9ZvxuxSPG5BzdDmgWy0/a-detailed-ui-screenshot-of-a-growth-opp-1774322874707-6648801d.png", imageAlt: "Lead score sorting options"
},
items: [
{
icon: Factory,
text: "High Potential"
},
{
icon: Factory,
text: "Medium Potential"
},
{
icon: Factory,
text: "Follow-up Needed"
}
],
reverse: false
}
]}
title="Intelligent Business Discovery"
description="Our powerful filters and insights help you quickly find the most promising businesses in any Oregon city."
/>
</div>
<div id="metric" data-section="metric">
<MetricCardOne
animationType="depth-3d"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "240K+",
title: "Businesses Indexed",
description: "Extensive database of Oregon small businesses.",
icon: Database,
},
{
id: "2",
value: "90%",
title: "Data Accuracy",
description: "Rigorously verified and updated business information.",
icon: CheckCircle2,
},
{
id: "3",
value: "120+",
title: "Industries Covered",
description: "From retail to tech, comprehensive sector representation.",
icon: Factory,
},
]}
title="Key Insights from the Database"
description="Understand the scale and impact of small businesses in Oregon with these vital statistics."
tag="DATA OVERVIEW"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How often is the business data updated?",
content: "Our business database is updated monthly to ensure you have the most current information available, including new registrations, closures, and contact changes.",
},
{
id: "2",
title: "Can I filter businesses by specific criteria?",
content: "Yes, our platform offers advanced filtering options by industry, location (city, county), employee size, revenue estimates, and even recent activity indicators.",
},
{
id: "3",
title: "Is it possible to export business lists?",
content: "Absolutely. You can export filtered lists of businesses directly from the platform into various formats, ready for your sales and marketing efforts.",
},
{
id: "4",
title: "What kind of details are available in a business profile?",
content: "Each profile includes business name, address, contact information, website, industry codes, estimated employee count, key personnel, and historical data where available.",
},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about navigating and utilizing our business database."
tag="SUPPORT"
faqsAnimation="blur-reveal"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Platform",
items: [
{
label: "Business Database",
href: "/businesses",
},
{
label: "Lead Pipeline",
href: "/pipeline",
},
{
label: "Region Explorer",
href: "/regions",
},
{
label: "Reports",
href: "/reports",
},
],
},
{
title: "Company",
items: [
{
label: "About KASECO",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Contact Us",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 KASECO LeadHive. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Platform", items: [
{
label: "Dashboard", href: "/"
},
{
label: "Businesses", href: "/businesses"
},
{
label: "Lead Pipeline", href: "/pipeline"
},
{
label: "Daily Tasks", href: "/tasks"
}
]
},
{
title: "Resources", items: [
{
label: "Documentation", href: "#"
},
{
label: "API Reference", href: "#"
},
{
label: "Support", href: "#"
},
{
label: "Privacy Policy", href: "#"
}
]
},
{
title: "Company", items: [
{
label: "About KASECO", href: "#"
},
{
label: "Our Mission", href: "#"
},
{
label: "Careers", href: "#"
},
{
label: "Contact Us", href: "#"
}
]
}
]}
copyrightText="© 2024 KASECO LeadHive. All rights reserved."
onPrivacyClick={() => alert('Privacy Policy Clicked')}
/>
</div>
</ReactLenis>
</ThemeProvider>
);