215 lines
8.2 KiB
TypeScript
215 lines
8.2 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import { Sparkles } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="elastic-effect"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="compact"
|
|
sizing="largeSizeMediumTitles"
|
|
background="fluid"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="extrabold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "hero"},
|
|
{
|
|
name: "About", id: "about"},
|
|
{
|
|
name: "Features", id: "features"},
|
|
{
|
|
name: "Pricing", id: "pricing"},
|
|
]}
|
|
brandName="Innovate"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitDualMedia
|
|
background={{
|
|
variant: "plain"}}
|
|
title="Revolutionize Your Workflow"
|
|
description="The all-in-one software platform designed to scale with your team's ambitions. Seamlessly connect, automate, and grow."
|
|
tag="Trusted by 5,000+ teams"
|
|
buttons={[
|
|
{
|
|
text: "Get Started", href: "#"},
|
|
{
|
|
text: "Watch Demo", href: "#"},
|
|
]}
|
|
mediaItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg", imageAlt: "Dashboard overview"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-6614.jpg", imageAlt: "App UI elements"}
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
rating={5}
|
|
ratingText="Based on 200+ reviews"
|
|
tagIcon={Sparkles}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<InlineImageSplitTextAbout
|
|
useInvertedBackground={false}
|
|
heading={[
|
|
{
|
|
type: "text", content: "Built for scale, "},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-interacting-with-each-other_1170-2967.jpg", alt: "Team"},
|
|
{
|
|
type: "text", content: " designed for simplicity."},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentyThree
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
id: "f1", title: "Data Sync", tags: [
|
|
"Automation"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cloud-upload-icon-line-connection-circuit-board_1379-890.jpg"},
|
|
{
|
|
id: "f2", title: "Secure Cloud", tags: [
|
|
"Security"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151998494.jpg"},
|
|
{
|
|
id: "f3", title: "API Integration", tags: [
|
|
"Connect"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg"},
|
|
]}
|
|
title="Core Features"
|
|
description="Unlock efficiency with tools built for the modern digital era."
|
|
/>
|
|
</div>
|
|
|
|
<div id="product" data-section="product">
|
|
<ProductCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "p1", name: "Analytics Pro", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/glowing-electric-lightning-bolt-icon-dark-smoky-background-energy-concept_84443-91273.jpg"},
|
|
{
|
|
id: "p2", name: "Marketing Suite", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43775.jpg"},
|
|
{
|
|
id: "p3", name: "Project Manager", price: "$39", imageSrc: "http://img.b2bpic.net/free-vector/25-cryptocurrency-blue-icon-pack-vector-icons-illustration_1142-16598.jpg"},
|
|
{
|
|
id: "p4", name: "Customer Care", price: "$59", imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965451.jpg"},
|
|
{
|
|
id: "p5", name: "Data Storage", price: "$29", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7u3txe"},
|
|
{
|
|
id: "p6", name: "Security Vault", price: "$99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-technological-logotype-collection_23-2148199348.jpg"},
|
|
]}
|
|
title="Software Modules"
|
|
description="Pick the tools your team needs to thrive."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
plans={[
|
|
{
|
|
id: "basic", badge: "Core", price: "$29", subtitle: "For small teams", buttons: [
|
|
{
|
|
text: "Choose Basic"},
|
|
],
|
|
features: [
|
|
"1 User", "Basic Analytics", "Email Support"],
|
|
},
|
|
{
|
|
id: "pro", badge: "Popular", price: "$89", subtitle: "For scaling teams", buttons: [
|
|
{
|
|
text: "Choose Pro"},
|
|
],
|
|
features: [
|
|
"10 Users", "Advanced Analytics", "Priority Support"],
|
|
},
|
|
]}
|
|
title="Transparent Pricing"
|
|
description="No hidden fees. Choose the plan that fits your growth."
|
|
/>
|
|
</div>
|
|
|
|
<div id="socialproof" data-section="socialproof">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
names={[
|
|
"Microsoft", "Google", "Apple", "Amazon", "Meta"]}
|
|
title="Trusted by industry leaders"
|
|
description="Organizations worldwide rely on Innovate to power their core operations."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "q1", title: "How do I upgrade?", content: "You can upgrade through your account settings panel."},
|
|
{
|
|
id: "q2", title: "Is it secure?", content: "Yes, we use industry-standard encryption for all data."},
|
|
{
|
|
id: "q3", title: "Can I cancel anytime?", content: "Yes, there are no long-term contracts."},
|
|
]}
|
|
title="Questions?"
|
|
description="Find answers to our most common questions below."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "plain"}}
|
|
title="Ready to get started?"
|
|
description="Join thousands of teams revolutionizing their workflow today."
|
|
tag="Get in touch"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="Innovate"
|
|
copyrightText="© 2025 | Innovate Inc."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|