211 lines
10 KiB
TypeScript
211 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
import { Sparkles, Zap, Users, MessageSquare, Lock, Package, Code, Server, Shield, Cpu, TrendingUp, Headphones, CheckCircle, DollarSign, Mail, Crown } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-bubble"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="pill"
|
|
contentWidth="medium"
|
|
sizing="medium"
|
|
background="none"
|
|
cardStyle="gradient-bordered"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="Emerald"
|
|
navItems={[
|
|
{ name: "Features", id: "features" },
|
|
{ name: "Pricing", id: "pricing" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{ text: "Get Started", href: "#pricing" }}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroCentered
|
|
title="Transform Your Vision with Emerald"
|
|
description="Build stunning, scalable solutions with cutting-edge technology and innovative design. Join thousands of companies trusting Emerald to power their growth."
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", alt: "professional headshot portrait confident" },
|
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "diverse professional portrait smiling" },
|
|
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", alt: "professional team member portrait" }
|
|
]}
|
|
avatarText="Trusted by 2,000+ organizations worldwide"
|
|
buttons={[
|
|
{ text: "Start Free Trial", href: "#pricing" },
|
|
{ text: "Watch Demo", href: "#features" }
|
|
]}
|
|
background={{ variant: "radial-gradient" }}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureBento
|
|
title="Powerful Features Built for Scale"
|
|
description="Everything you need to succeed, from planning to execution. Our platform combines intuitive design with enterprise-grade capabilities."
|
|
tag="Features"
|
|
tagIcon={Sparkles}
|
|
features={[
|
|
{
|
|
title: "Global Reach", description: "Deploy and scale across the world with our distributed infrastructure", bentoComponent: "globe"
|
|
},
|
|
{
|
|
title: "Real-time Analytics", description: "Track performance metrics and insights as they happen", bentoComponent: "animated-bar-chart"
|
|
},
|
|
{
|
|
title: "Team Collaboration", description: "Work together seamlessly with built-in collaboration tools", bentoComponent: "icon-info-cards", items: [
|
|
{ icon: Users, label: "Team Members", value: "Unlimited" },
|
|
{ icon: MessageSquare, label: "Comments", value: "Real-time" },
|
|
{ icon: Lock, label: "Security", value: "Enterprise" }
|
|
]
|
|
},
|
|
{
|
|
title: "API Access", description: "Integrate with your favorite tools and services", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
|
items: [
|
|
{ icon: Package, ring: 1 },
|
|
{ icon: Code, ring: 1 },
|
|
{ icon: Server, ring: 2 },
|
|
{ icon: Shield, ring: 2 },
|
|
{ icon: Cpu, ring: 3 }
|
|
]
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
<div id="feature-details" data-section="feature-details">
|
|
<FeatureBorderGlow
|
|
title="Why Choose Emerald?"
|
|
description="Discover the advantages that set us apart from the competition"
|
|
features={[
|
|
{ icon: Zap, title: "Lightning Fast", description: "Optimized performance with sub-second response times and blazing speed" },
|
|
{ icon: Shield, title: "Enterprise Security", description: "Bank-level encryption and compliance with all major standards" },
|
|
{ icon: TrendingUp, title: "Scalable Growth", description: "Handle millions of operations without breaking a sweat" },
|
|
{ icon: Users, title: "Community Driven", description: "Join thousands of developers building amazing things" },
|
|
{ icon: Headphones, title: "24/7 Support", description: "Expert support available round the clock whenever you need help" },
|
|
{ icon: CheckCircle, title: "100% Uptime SLA", description: "Guaranteed reliability with industry-leading uptime guarantees" }
|
|
]}
|
|
animationType="scale-rotate"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
<TestimonialCardFifteen
|
|
testimonial="Emerald has completely transformed how we operate. The platform's intuitive design combined with powerful features has increased our productivity by 40% in just three months. The support team is exceptional."
|
|
rating={5}
|
|
author="Sarah Chen, CEO at TechVenture"
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", alt: "Sarah Chen" },
|
|
{ src: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg", alt: "Michael Rodriguez" },
|
|
{ src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", alt: "Emma Watson" },
|
|
{ src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "James Park" }
|
|
]}
|
|
ratingAnimation="slide-up"
|
|
avatarsAnimation="blur-reveal"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardEight
|
|
title="Simple, Transparent Pricing"
|
|
description="Choose the perfect plan for your needs. All plans include core features and 24/7 support."
|
|
tag="Pricing"
|
|
tagIcon={DollarSign}
|
|
plans={[
|
|
{
|
|
id: "starter", badge: "Great for beginners", badgeIcon: Sparkles,
|
|
price: "$49/month", subtitle: "Perfect for small teams getting started", buttons: [{ text: "Start Free Trial", href: "#contact" }],
|
|
features: ["Up to 5 team members", "50GB storage", "Basic analytics", "Email support", "Mobile app access"]
|
|
},
|
|
{
|
|
id: "professional", badge: "Most Popular", badgeIcon: Zap,
|
|
price: "$149/month", subtitle: "Ideal for growing teams", buttons: [{ text: "Start Free Trial", href: "#contact" }],
|
|
features: ["Unlimited team members", "500GB storage", "Advanced analytics", "Priority support", "API access", "Custom integrations"]
|
|
},
|
|
{
|
|
id: "enterprise", badge: "For enterprises", badgeIcon: Crown,
|
|
price: "Custom", subtitle: "Customized for your organization", buttons: [{ text: "Contact Sales", href: "#contact" }],
|
|
features: ["Unlimited everything", "Dedicated support team", "Custom features", "On-premise deployment", "SLA guarantee", "Security audit included"]
|
|
}
|
|
]}
|
|
animationType="blur-reveal"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
tag="Newsletter"
|
|
tagIcon={Mail}
|
|
title="Stay Updated with Emerald News"
|
|
description="Subscribe to our newsletter and get exclusive updates, tips, and early access to new features. Join our growing community of innovators."
|
|
background={{ variant: "downward-rays-static" }}
|
|
useInvertedBackground={false}
|
|
inputPlaceholder="Enter your email"
|
|
buttonText="Subscribe"
|
|
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to receive marketing emails."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseReveal
|
|
columns={[
|
|
{
|
|
title: "Product", items: [
|
|
{ label: "Features", href: "#features" },
|
|
{ label: "Pricing", href: "#pricing" },
|
|
{ label: "Security", href: "#" },
|
|
{ label: "Roadmap", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About", href: "#" },
|
|
{ label: "Blog", href: "#" },
|
|
{ label: "Careers", href: "#" },
|
|
{ label: "Press", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
title: "Legal", items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Cookie Policy", href: "#" },
|
|
{ label: "Contact", href: "#contact" }
|
|
]
|
|
}
|
|
]}
|
|
copyrightText="© 2025 Emerald. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |