Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
305
src/app/page.tsx
305
src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Case Studies",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Case Studies", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="LeadSystem Pro"
|
||||
/>
|
||||
@@ -56,111 +44,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Stop wasting time on bad leads. Start closing more deals."
|
||||
description="We build clean, targeted lead systems that fill your pipeline with verified prospects—so you focus on what matters: closing and scaling. Trusted by agencies, SaaS, and ecommerce brands to deliver 95% accurate data and save 40 hours monthly."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/task-management-abstract-concept-illustration_335657-3815.jpg?_wi=1",
|
||||
imageAlt: "Pipeline",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-networking-using-digital-devices_53876-101875.jpg",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg",
|
||||
imageAlt: "Verified Data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg",
|
||||
imageAlt: "Growth",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/task-management-abstract-concept-illustration_335657-3815.jpg", imageAlt: "Pipeline" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-networking-using-digital-devices_53876-101875.jpg", imageAlt: "Analytics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg", imageAlt: "Verified Data" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg", imageAlt: "Growth" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg",
|
||||
imageAlt: "Process",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-examining-reports-papers-looking-statistics-annual-data-analytics-increase-profit-workers-group-planning-research-strategy-with-documents-business-development_482257-64771.jpg",
|
||||
imageAlt: "Pipeline",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/stock-exchange-data-concept_23-2148583923.jpg",
|
||||
imageAlt: "Verified Data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg",
|
||||
imageAlt: "Efficiency",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Show Me How It Works",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/popular-trendy-business-coach-posing-with-arms-folded_74855-3023.jpg",
|
||||
alt: "Business coach",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg",
|
||||
alt: "Professional",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
alt: "Business Leader",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-lawyer_23-2151202439.jpg",
|
||||
alt: "Lawyer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
alt: "Businessman",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ professionals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-company-logotype_52683-12666.jpg",
|
||||
alt: "Company logo tech blue",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/technology-logo-templates-pack_23-2147535440.jpg",
|
||||
alt: "Company logo tech blue",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/technology-logo-collection-gradient-style_52683-14095.jpg",
|
||||
alt: "Company logo tech blue",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/tech-technology-logo-glass-morphism-vector-illustration_384344-1995.jpg",
|
||||
alt: "Company logo tech blue",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=majunq",
|
||||
alt: "Company logo tech blue",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg", imageAlt: "Process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-examining-reports-papers-looking-statistics-annual-data-analytics-increase-profit-workers-group-planning-research-strategy-with-documents-business-development_482257-64771.jpg", imageAlt: "Pipeline" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/stock-exchange-data-concept_23-2148583923.jpg", imageAlt: "Verified Data" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg", imageAlt: "Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Efficiency" }
|
||||
]}
|
||||
buttons={[{ text: "Show Me How It Works", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,21 +71,9 @@ export default function LandingPage() {
|
||||
title="Proven Performance"
|
||||
tag="Data Driven Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
description: "Lead Data Accuracy",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40hrs",
|
||||
description: "Time Saved Monthly",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3x",
|
||||
description: "Faster Pipeline Growth",
|
||||
},
|
||||
{ id: "m1", value: "95%", description: "Lead Data Accuracy" },
|
||||
{ id: "m2", value: "40hrs", description: "Time Saved Monthly" },
|
||||
{ id: "m3", value: "3x", description: "Faster Pipeline Growth" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -192,24 +81,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Precision Targeting",
|
||||
description: "We identify your ideal customer profile with surgical accuracy.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Verified Quality",
|
||||
description: "Every lead is triple-verified for accuracy and active status.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Time Recovery",
|
||||
description: "Stop manual research and let our systems build your pipeline.",
|
||||
},
|
||||
{ icon: Target, title: "Precision Targeting", description: "We identify your ideal customer profile with surgical accuracy." },
|
||||
{ icon: ShieldCheck, title: "Verified Quality", description: "Every lead is triple-verified for accuracy and active status." },
|
||||
{ icon: Clock, title: "Time Recovery", description: "Stop manual research and let our systems build your pipeline." }
|
||||
]}
|
||||
title="Engineered for Growth"
|
||||
description="Our systematic approach removes the guesswork from your prospecting."
|
||||
@@ -220,15 +98,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"ScaleSaaS",
|
||||
"DirectSales",
|
||||
"EcommGroup",
|
||||
"AgencyFlow",
|
||||
]}
|
||||
names={["TechCorp", "InnovateLab", "GrowthCo", "ScaleSaaS", "DirectSales", "EcommGroup", "AgencyFlow"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Building sustainable pipelines for companies worldwide."
|
||||
/>
|
||||
@@ -241,42 +111,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Starter Pipeline",
|
||||
price: "$1,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Growth Engine",
|
||||
price: "$3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-city-server-room-isometric-data-center-database-icon-networking-data-processing_39422-789.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Enterprise Scale",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Data Scrubbing",
|
||||
price: "$499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023757.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Custom Lists",
|
||||
price: "$999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Verified Leads",
|
||||
price: "$1,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-communication-with-white-pins_23-2148510518.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Starter Pipeline", price: "$1,999", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg" },
|
||||
{ id: "p2", name: "Growth Engine", price: "$3,999", imageSrc: "http://img.b2bpic.net/free-vector/smart-city-server-room-isometric-data-center-database-icon-networking-data-processing_39422-789.jpg" },
|
||||
{ id: "p3", name: "Enterprise Scale", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg" }
|
||||
]}
|
||||
title="Tailored Lead Packages"
|
||||
description="Scalable solutions to match your growth goals."
|
||||
@@ -291,7 +128,7 @@ export default function LandingPage() {
|
||||
description="We believe lead generation isn't just a numbers game—it's a process of identifying and engaging relevant prospects with care and intelligence."
|
||||
subdescription="Our experts combine manual human verification with proprietary data automation tools to ensure your team reaches out to real people, at the right time, with the right intent."
|
||||
icon={Search}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-chatting-work_23-2149300646.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-chatting-work_23-2149300646.jpg"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -301,61 +138,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "VP Sales",
|
||||
quote: "Finally, a lead service that delivers actual intent data. Game changer.",
|
||||
tag: "SaaS Lead Gen",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2",
|
||||
imageAlt: "professional executive portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael K.",
|
||||
date: "Feb 2024",
|
||||
title: "Founder",
|
||||
quote: "The accuracy is unreal. We reduced our outreach list size but doubled our conversion.",
|
||||
tag: "Agency Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/task-management-abstract-concept-illustration_335657-3815.jpg?_wi=2",
|
||||
imageAlt: "professional executive portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily D.",
|
||||
date: "Mar 2024",
|
||||
title: "Marketing Dir",
|
||||
quote: "Saved our sales team countless hours of manual research.",
|
||||
tag: "Ecommerce",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-chatting-work_23-2149300646.jpg?_wi=2",
|
||||
imageAlt: "professional executive portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David R.",
|
||||
date: "Apr 2024",
|
||||
title: "Director",
|
||||
quote: "High quality lists every time. Consistent, professional, and reliable.",
|
||||
tag: "Consulting",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-choosing-car-car-showroom_1303-17898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "professional executive portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
date: "May 2024",
|
||||
title: "Sales Manager",
|
||||
quote: "Transparency and communication are top notch. Highly recommend.",
|
||||
tag: "B2B Tech",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-company-logotype_52683-12666.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-templates-pack_23-2147535440.jpg",
|
||||
imageAlt: "professional executive portrait",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2024", title: "VP Sales", quote: "Finally, a lead service that delivers actual intent data. Game changer.", tag: "SaaS Lead Gen", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg" },
|
||||
{ id: "t2", name: "Michael K.", date: "Feb 2024", title: "Founder", quote: "The accuracy is unreal. We reduced our outreach list size but doubled our conversion.", tag: "Agency Owner", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg" }
|
||||
]}
|
||||
title="What Partners Say"
|
||||
description="See why top sales leaders trust us with their pipeline."
|
||||
@@ -366,24 +150,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you verify your data?",
|
||||
content: "We use a multi-stage verification process including real-time pinging, database cross-referencing, and manual human spot-checking.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you target specific niches?",
|
||||
content: "Yes, we build highly customized lists based on your precise industry, persona, and technology requirements.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What if the data quality is poor?",
|
||||
content: "We offer a 95% accuracy guarantee. If bounce rates exceed 5%, we credit your account or replace the records instantly.",
|
||||
},
|
||||
{ id: "f1", title: "How do you verify your data?", content: "We use a multi-stage verification process including real-time pinging, database cross-referencing, and manual human spot-checking." },
|
||||
{ id: "f2", title: "Can you target specific niches?", content: "Yes, we build highly customized lists based on your precise industry, persona, and technology requirements." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our lead generation approach."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -391,16 +161,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="Ready to transform your pipeline? Get in touch today for a custom data audit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user