279 lines
17 KiB
TypeScript
279 lines
17 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
|
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
|
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
import { Award, Clock, DollarSign, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="expand-hover"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="rounded"
|
|
contentWidth="small"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="noise"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="Elite Sales"
|
|
navItems={[
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Results", id: "results" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Pricing", id: "pricing" },
|
|
]}
|
|
button={{
|
|
text: "Get Started", href: "#contact"}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardScroll
|
|
title="Close High-Ticket Deals Faster"
|
|
description="Elite sales strategies designed for enterprise-level success. We transform your sales team into deal-closing machines."
|
|
tag="Premium Sales Solutions"
|
|
tagIcon={Zap}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "noise" }}
|
|
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
|
|
imageAlt="Sales dashboard interface"
|
|
buttons={[
|
|
{ text: "Schedule Demo", href: "#contact" },
|
|
{ text: "Learn More", href: "#services" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MetricSplitMediaAbout
|
|
tag="Why Choose Us"
|
|
tagIcon={Award}
|
|
title="15+ Years of Enterprise Sales Excellence"
|
|
description="We've helped Fortune 500 companies and high-growth startups master complex B2B sales cycles. Our proven methodologies have generated over $2 billion in closed deals. We specialize in long sales cycles, stakeholder management, and strategic account planning."
|
|
metrics={[
|
|
{ value: "500+", title: "Enterprise Clients" },
|
|
{ value: "$2B+", title: "Deals Closed" },
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg"
|
|
imageAlt="Elite sales team collaboration"
|
|
mediaAnimation="slide-up"
|
|
metricsAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentySeven
|
|
title="Our Services"
|
|
description="Comprehensive sales solutions tailored to your enterprise needs"
|
|
tag="Services"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground="noInvert"
|
|
animationType="slide-up"
|
|
gridVariant="uniform-4-items"
|
|
features={[
|
|
{
|
|
id: "1", title: "Sales Strategy Consulting", description: "Develop customized sales strategies that align with your business objectives, market positioning, and revenue goals. We analyze your current process and build a roadmap to enterprise success.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg?_wi=1", imageAlt: "Sales consulting strategy"},
|
|
{
|
|
id: "2", title: "Sales Team Training", description: "Transform your sales team with our intensive training programs. Cover advanced negotiation, objection handling, stakeholder engagement, and deal structuring for high-ticket sales.", imageSrc: "http://img.b2bpic.net/free-vector/mentoring-coaching-banners-with-concepts-skills-development_1284-8987.jpg?_wi=1", imageAlt: "Professional sales training"},
|
|
{
|
|
id: "3", title: "Pipeline Analytics", description: "Gain real-time visibility into your sales pipeline with advanced analytics and forecasting. Identify bottlenecks, predict close rates, and optimize resource allocation.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-office-with-high-tech-technology-dual-monitors-used-developing-business_482257-132975.jpg?_wi=1", imageAlt: "Sales analytics dashboard"},
|
|
{
|
|
id: "4", title: "Executive Coaching", description: "One-on-one coaching for sales leaders and executives. Develop leadership skills, improve team performance, and master complex deal management.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg?_wi=2", imageAlt: "Executive coaching sessions"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="results" data-section="results">
|
|
<MetricCardOne
|
|
title="Proven Results"
|
|
description="Measurable impact on your sales performance and revenue growth"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "1", value: "47", title: "%", description: "Average increase in win rate", icon: TrendingUp,
|
|
},
|
|
{
|
|
id: "2", value: "3", title: "months", description: "Faster sales cycles", icon: Clock,
|
|
},
|
|
{
|
|
id: "3", value: "250", title: "%", description: "ROI on investment", icon: DollarSign,
|
|
},
|
|
{
|
|
id: "4", value: "92", title: "%", description: "Client retention rate", icon: Users,
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
title="What Our Clients Say"
|
|
description="Real testimonials from enterprise leaders and sales teams who transformed their results"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sarah Mitchell", role: "VP Sales", company: "TechCorp Solutions", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
|
|
{
|
|
id: "2", name: "James Rodriguez", role: "Chief Revenue Officer", company: "Enterprise Dynamics", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"},
|
|
{
|
|
id: "3", name: "Emma Chen", role: "Sales Director", company: "Digital Ventures", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Chen"},
|
|
{
|
|
id: "4", name: "Michael Thompson", role: "President", company: "Global Tech Partners", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson"},
|
|
{
|
|
id: "5", name: "Lisa Anderson", role: "Executive VP", company: "Strategic Holdings", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Anderson"},
|
|
{
|
|
id: "6", name: "David Park", role: "Sales Manager", company: "Innovation Labs", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Park"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardNine
|
|
title="Transparent Pricing"
|
|
description="Investment-based pricing for serious enterprises. We customize packages based on your specific needs."
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
plans={[
|
|
{
|
|
id: "strategic", title: "Strategic Consultation", price: "$15,000", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg?_wi=3", imageAlt: "Strategic consultation", button: { text: "Get Started", href: "#contact" },
|
|
features: [
|
|
"Initial sales strategy audit", "Quarterly strategy reviews", "Competitive analysis", "Sales process optimization"],
|
|
},
|
|
{
|
|
id: "premium", title: "Premium Training Program", price: "$25,000", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/mentoring-coaching-banners-with-concepts-skills-development_1284-8987.jpg?_wi=2", imageAlt: "Premium training", button: { text: "Schedule Now", href: "#contact" },
|
|
features: [
|
|
"Custom team training program", "Weekly coaching sessions", "Advanced negotiation masterclass", "Deal structure optimization", "Performance tracking"],
|
|
},
|
|
{
|
|
id: "enterprise", title: "Enterprise Partnership", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-office-with-high-tech-technology-dual-monitors-used-developing-business_482257-132975.jpg?_wi=2", imageAlt: "Enterprise partnership", button: { text: "Contact Sales", href: "#contact" },
|
|
features: [
|
|
"Full sales transformation program", "Dedicated account team", "Pipeline analytics & forecasting", "Executive coaching", "Unlimited consultations", "Priority support"],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
title="Frequently Asked Questions"
|
|
description="Get answers to common questions about our services and approach"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
faqsAnimation="slide-up"
|
|
faqs={[
|
|
{
|
|
id: "1", title: "How long does it take to see results?", content: "Most clients see measurable improvements within 30-60 days. We focus on quick wins while building long-term systems. Enterprise transformations typically show full ROI within 6-12 months."},
|
|
{
|
|
id: "2", title: "What industries do you specialize in?", content: "We work across B2B industries including SaaS, enterprise software, management consulting, financial services, and industrial solutions. Our methodologies adapt to any complex sales environment."},
|
|
{
|
|
id: "3", title: "How is pricing determined?", content: "Our pricing is customized based on your team size, current revenue, market complexity, and specific objectives. We typically structure engagements as monthly retainers or project-based consulting."},
|
|
{
|
|
id: "4", title: "Can you work with remote teams?", content: "Absolutely. We conduct training and coaching both in-person and virtually. Our virtual programs are just as effective, with dedicated Slack channels, video sessions, and real-time pipeline reviews."},
|
|
{
|
|
id: "5", title: "What if we're not happy with the results?", content: "We stand behind our work. We offer a 60-day performance guarantee where we'll adjust our approach at no additional cost if we're not delivering measurable improvements."},
|
|
{
|
|
id: "6", title: "Do you provide ongoing support?", content: "Yes. Most clients transition to ongoing support packages after initial engagements. This includes monthly strategy calls, quarterly reviews, and priority access to our team."},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplitForm
|
|
title="Ready to Transform Your Sales?"
|
|
description="Schedule a confidential consultation with our team. We'll assess your current situation and create a custom roadmap for closing more high-ticket deals."
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-photo/male-executive-explaining-graph_1098-2160.jpg?_wi=4"
|
|
imageAlt="Sales consultation meeting"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
inputs={[
|
|
{
|
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
|
},
|
|
{
|
|
name: "email", type: "email", placeholder: "Business Email", required: true,
|
|
},
|
|
{
|
|
name: "company", type: "text", placeholder: "Company Name", required: true,
|
|
},
|
|
{
|
|
name: "revenue", type: "text", placeholder: "Current Annual Revenue", required: false,
|
|
},
|
|
]}
|
|
textarea={{
|
|
name: "message", placeholder: "What challenges are you facing with your sales process?", rows: 5,
|
|
required: true,
|
|
}}
|
|
buttonText="Schedule Consultation"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBase
|
|
logoText="Elite Sales"
|
|
copyrightText="© 2025 Elite Sales Agency. All rights reserved."
|
|
columns={[
|
|
{
|
|
title: "Services", items: [
|
|
{ label: "Sales Consulting", href: "#services" },
|
|
{ label: "Team Training", href: "#services" },
|
|
{ label: "Pipeline Analytics", href: "#services" },
|
|
{ label: "Executive Coaching", href: "#services" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Our Team", href: "#services" },
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
{ label: "Blog", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Resources", items: [
|
|
{ label: "Contact", href: "#contact" },
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Schedule Demo", href: "#contact" },
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|