Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aaf4401012 | |||
| 9233adaa4a | |||
| 3b4f91fa81 | |||
| 9818225887 | |||
| e9bbb3525e | |||
| cd6c22b156 | |||
| 34469a236b | |||
| 6c115ae89d | |||
| acb9bb4181 | |||
| 48238240fa | |||
| f7a001680d | |||
| 67dea6d29a | |||
| 9950a382a6 | |||
| 11e02b7ad5 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
|
||||
@@ -56,7 +55,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
358
src/app/page.tsx
358
src/app/page.tsx
@@ -33,47 +33,28 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "solutions",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Innovate Software"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Innovate. Accelerate. Dominate."
|
||||
description="Revolutionary software solutions designed to transform your business and drive unparalleled growth."
|
||||
tag="Next-Gen Software"
|
||||
@@ -81,36 +62,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019487493-101824ea.png",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019487493-101824ea.png", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019485976-b0a7541a.png",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019485976-b0a7541a.png", alt: "Michael Chen"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019486577-5261d7d7.png",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019486577-5261d7d7.png", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019486666-2c5e2125.png",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019486666-2c5e2125.png", alt: "David Kim"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019487281-56d589c2.png",
|
||||
alt: "Jessica Lee",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-professional-avatar-of-a-diverse-busin-1774019487281-56d589c2.png", alt: "Jessica Lee"},
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-futuristic-software-dashboard-interfac-1774019487413-c078339f.png"
|
||||
@@ -124,14 +91,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Our Vision"
|
||||
description={[
|
||||
"We are a leading software company dedicated to crafting innovative solutions that empower businesses worldwide. Our mission is to simplify complex challenges with elegant, scalable technology.",
|
||||
"With a focus on user-centric design and robust engineering, we help companies achieve their digital transformation goals and stay ahead in a competitive landscape.",
|
||||
]}
|
||||
"We are a leading software company dedicated to crafting innovative solutions that empower businesses worldwide. Our mission is to simplify complex challenges with elegant, scalable technology.", "With a focus on user-centric design and robust engineering, we help companies achieve their digital transformation goals and stay ahead in a competitive landscape."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,53 +106,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-ai",
|
||||
title: "AI-Powered Analytics",
|
||||
author: "Innovate Software",
|
||||
description: "Leverage advanced AI to gain deep insights from your data, predicting trends and optimizing decisions.",
|
||||
tags: [
|
||||
"AI",
|
||||
"Data",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/an-abstract-representation-of-ai-powered-1774019487902-338518eb.png",
|
||||
imageAlt: "AI-powered analytics dashboard",
|
||||
},
|
||||
id: "feature-ai", title: "AI-Powered Analytics", author: "Innovate Software", description: "Leverage advanced AI to gain deep insights from your data, predicting trends and optimizing decisions.", tags: [
|
||||
"AI", "Data"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/an-abstract-representation-of-ai-powered-1774019487902-338518eb.png", imageAlt: "AI-powered analytics dashboard"},
|
||||
{
|
||||
id: "feature-cloud",
|
||||
title: "Cloud Infrastructure",
|
||||
author: "Innovate Software",
|
||||
description: "Scalable and secure cloud solutions ensure your applications are always available and performant.",
|
||||
tags: [
|
||||
"Cloud",
|
||||
"Scalability",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-visual-metaphor-for-secure-cloud-infra-1774019486933-526c160d.png",
|
||||
imageAlt: "Secure cloud infrastructure",
|
||||
},
|
||||
id: "feature-cloud", title: "Cloud Infrastructure", author: "Innovate Software", description: "Scalable and secure cloud solutions ensure your applications are always available and performant.", tags: [
|
||||
"Cloud", "Scalability"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-visual-metaphor-for-secure-cloud-infra-1774019486933-526c160d.png", imageAlt: "Secure cloud infrastructure"},
|
||||
{
|
||||
id: "feature-security",
|
||||
title: "Robust Security",
|
||||
author: "Innovate Software",
|
||||
description: "Protect your valuable assets with enterprise-grade security features and compliance standards.",
|
||||
tags: [
|
||||
"Security",
|
||||
"Compliance",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-shield-icon-composed-of-digital-elemen-1774019486740-3d035cdb.png",
|
||||
imageAlt: "Digital data security shield",
|
||||
},
|
||||
id: "feature-security", title: "Robust Security", author: "Innovate Software", description: "Protect your valuable assets with enterprise-grade security features and compliance standards.", tags: [
|
||||
"Security", "Compliance"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-shield-icon-composed-of-digital-elemen-1774019486740-3d035cdb.png", imageAlt: "Digital data security shield"},
|
||||
{
|
||||
id: "feature-support",
|
||||
title: "24/7 Expert Support",
|
||||
author: "Innovate Software",
|
||||
description: "Our dedicated support team is always ready to assist you, ensuring smooth operations around the clock.",
|
||||
tags: [
|
||||
"Support",
|
||||
"Assistance",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/an-abstract-representation-of-24-7-techn-1774019487008-36242387.png",
|
||||
imageAlt: "24/7 technical support icon",
|
||||
},
|
||||
id: "feature-support", title: "24/7 Expert Support", author: "Innovate Software", description: "Our dedicated support team is always ready to assist you, ensuring smooth operations around the clock.", tags: [
|
||||
"Support", "Assistance"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/an-abstract-representation-of-24-7-techn-1774019487008-36242387.png", imageAlt: "24/7 technical support icon"},
|
||||
]}
|
||||
title="Core Capabilities"
|
||||
description="Unlock the full potential of your operations with our versatile and powerful software features."
|
||||
@@ -203,29 +134,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-clients",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "Trusted by businesses globally.",
|
||||
},
|
||||
id: "metric-1", value: "500+", title: "Happy Clients", description: "Trusted by businesses globally", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4?_wi=1"},
|
||||
{
|
||||
id: "metric-growth",
|
||||
value: "300%",
|
||||
title: "Annual Growth",
|
||||
description: "Accelerated growth year over year.",
|
||||
},
|
||||
id: "metric-2", value: "300%", title: "Annual Growth", description: "Accelerated growth year over year", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4?_wi=2"},
|
||||
{
|
||||
id: "metric-projects",
|
||||
value: "1000+",
|
||||
title: "Projects Completed",
|
||||
description: "Delivering complex solutions successfully.",
|
||||
},
|
||||
id: "metric-3", value: "1000+", title: "Projects Completed", description: "Delivering complex solutions successfully", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4?_wi=3"},
|
||||
{
|
||||
id: "metric-innovation",
|
||||
value: "99%",
|
||||
title: "Innovation Rate",
|
||||
description: "Continuously evolving our product.",
|
||||
},
|
||||
id: "metric-4", value: "99%", title: "Innovation Rate", description: "Continuously evolving our product", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4?_wi=4"},
|
||||
]}
|
||||
title="Driving Impact"
|
||||
description="Our commitment to excellence translates into tangible results for our clients across various industries."
|
||||
@@ -237,23 +152,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tech Innovations Inc.",
|
||||
"Global Solutions Ltd.",
|
||||
"Future Systems Corp.",
|
||||
"Apex Dynamics",
|
||||
"Quantum Leap Tech",
|
||||
"Synergy Digital",
|
||||
"Pinnacle Soft",
|
||||
]}
|
||||
"Tech Innovations Inc.", "Global Solutions Ltd.", "Future Systems Corp.", "Apex Dynamics", "Quantum Leap Tech", "Synergy Digital", "Pinnacle Soft"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486636-c3c0ea1e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484140-1dad8d01.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484325-7107c720.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486345-786808f5.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486218-2b8d7a6d.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486689-107dcb24.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484689-799dc1a7.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486636-c3c0ea1e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484140-1dad8d01.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484325-7107c720.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486345-786808f5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486218-2b8d7a6d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019486689-107dcb24.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-sleek-minimalist-logo-for-a-fictional--1774019484689-799dc1a7.png"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join a growing community of businesses that rely on our software for their success."
|
||||
speed={30}
|
||||
@@ -267,67 +168,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Sarah J.",
|
||||
role: "CEO",
|
||||
company: "InnovateCorp",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019486603-55afd91a.png",
|
||||
imageAlt: "Sarah J., CEO of InnovateCorp",
|
||||
},
|
||||
id: "test-1", name: "Sarah J.", role: "CEO", company: "InnovateCorp", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019486603-55afd91a.png", imageAlt: "Sarah J., CEO of InnovateCorp"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Michael C.",
|
||||
role: "CTO",
|
||||
company: "TechWave",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-male--1774019484982-72c57b22.png",
|
||||
imageAlt: "Michael C., CTO of TechWave",
|
||||
},
|
||||
id: "test-2", name: "Michael C.", role: "CTO", company: "TechWave", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-male--1774019484982-72c57b22.png", imageAlt: "Michael C., CTO of TechWave"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Emily R.",
|
||||
role: "Product Lead",
|
||||
company: "GrowthHub",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019485911-b963147e.png",
|
||||
imageAlt: "Emily R., Product Lead at GrowthHub",
|
||||
},
|
||||
id: "test-3", name: "Emily R.", role: "Product Lead", company: "GrowthHub", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019485911-b963147e.png", imageAlt: "Emily R., Product Lead at GrowthHub"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "David K.",
|
||||
role: "Operations Mgr",
|
||||
company: "Streamline Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-male--1774019486126-235a13db.png",
|
||||
imageAlt: "David K., Operations Manager at Streamline Solutions",
|
||||
},
|
||||
id: "test-4", name: "David K.", role: "Operations Mgr", company: "Streamline Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-male--1774019486126-235a13db.png", imageAlt: "David K., Operations Manager at Streamline Solutions"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Jessica L.",
|
||||
role: "Founder",
|
||||
company: "FutureForge",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019487457-27fab352.png",
|
||||
imageAlt: "Jessica L., Founder of FutureForge",
|
||||
},
|
||||
id: "test-5", name: "Jessica L.", role: "Founder", company: "FutureForge", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/professional-headshot-of-a-smiling-femal-1774019487457-27fab352.png", imageAlt: "Jessica L., Founder of FutureForge"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi-1",
|
||||
value: "99%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
value: "99%", label: "Client Satisfaction"},
|
||||
{
|
||||
id: "kpi-2",
|
||||
value: "2x",
|
||||
title: "Productivity",
|
||||
},
|
||||
value: "2x", label: "Growth Achieved"},
|
||||
{
|
||||
id: "kpi-3",
|
||||
value: "50%",
|
||||
title: "Cost Savings",
|
||||
},
|
||||
value: "50%", label: "Efficiency Boost"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied customers who have experienced the transformative power of our software solutions."
|
||||
@@ -341,57 +203,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Starter",
|
||||
price: "$49",
|
||||
period: "/month",
|
||||
description: "Essential features to get your business started.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Core Analytics",
|
||||
"Basic Support",
|
||||
"5 Users",
|
||||
"Standard Integrations",
|
||||
],
|
||||
id: "basic", tag: "Starter", price: "$49", period: "/month", description: "Essential features to get your business started.", button: {
|
||||
text: "Start Free Trial"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Core Analytics", "Basic Support", "5 Users", "Standard Integrations"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Popular",
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
description: "Advanced capabilities for growing teams.",
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Advanced Analytics",
|
||||
"Priority Support",
|
||||
"20 Users",
|
||||
"Custom Integrations",
|
||||
"Reporting Tools",
|
||||
],
|
||||
id: "pro", tag: "Popular", price: "$99", period: "/month", description: "Advanced capabilities for growing teams.", button: {
|
||||
text: "Choose Pro"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Advanced Analytics", "Priority Support", "20 Users", "Custom Integrations", "Reporting Tools"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
period: "",
|
||||
description: "Tailored solutions for large-scale operations.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
},
|
||||
featuresTitle: "Everything in Pro, plus:",
|
||||
features: [
|
||||
"Dedicated Account Manager",
|
||||
"SLA Guarantee",
|
||||
"Unlimited Users",
|
||||
"On-Premise Deployment",
|
||||
"Advanced Security",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise", price: "Custom", period: "", description: "Tailored solutions for large-scale operations.", button: {
|
||||
text: "Contact Sales"},
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Dedicated Account Manager", "SLA Guarantee", "Unlimited Users", "On-Premise Deployment", "Advanced Security"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing Plans"
|
||||
@@ -405,25 +232,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What integrations do you support?",
|
||||
content: "We support a wide range of popular business tools and also offer custom integration services.",
|
||||
},
|
||||
id: "faq-1", title: "What integrations do you support?", content: "We support a wide range of popular business tools and also offer custom integration services."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is my data secure with your platform?",
|
||||
content: "Yes, we employ industry-leading security measures, including encryption and regular audits, to protect your data.",
|
||||
},
|
||||
id: "faq-2", title: "Is my data secure with your platform?", content: "Yes, we employ industry-leading security measures, including encryption and regular audits, to protect your data."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How do I get technical support?",
|
||||
content: "Our technical support team is available 24/7 via chat, email, and phone for all premium plans.",
|
||||
},
|
||||
id: "faq-3", title: "How do I get technical support?", content: "Our technical support team is available 24/7 via chat, email, and phone for all premium plans."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I customize the software to my needs?",
|
||||
content: "Yes, our enterprise plans offer extensive customization options to tailor the software to your specific workflows.",
|
||||
},
|
||||
id: "faq-4", title: "Can I customize the software to my needs?", content: "Yes, our enterprise plans offer extensive customization options to tailor the software to your specific workflows."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our software and services."
|
||||
@@ -435,50 +250,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Integrations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -489,4 +271,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user