295 lines
10 KiB
TypeScript
295 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import { CheckCircle, Server, Shield, TrendingUp, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="small"
|
|
sizing="mediumLarge"
|
|
background="blurBottom"
|
|
cardStyle="gradient-bordered"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
navItems={[
|
|
{
|
|
name: "Security",
|
|
id: "#security",
|
|
},
|
|
{
|
|
name: "Why AWS",
|
|
id: "#why-aws",
|
|
},
|
|
{
|
|
name: "Trust",
|
|
id: "#trust",
|
|
},
|
|
]}
|
|
brandName="AcadaFix"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroCarouselLogo
|
|
logoText="AcadaFix + AWS"
|
|
description="Built on the UK's Gold Standard. AcadaFix leverages the AWS infrastructure to provide bank-grade security and payroll compliance."
|
|
buttons={[
|
|
{
|
|
text: "Start Your Secure Payroll Today",
|
|
href: "#contact",
|
|
},
|
|
]}
|
|
slides={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90528.jpg?_wi=1",
|
|
imageAlt: "Security Infrastructure Concept",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blue-beams-stretch-into-depth-light-rhythm_169016-71300.jpg",
|
|
imageAlt: "AWS Partnership",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894457.jpg",
|
|
imageAlt: "UK Trust Shield",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-blurred-spots-black-screen_23-2148241362.jpg",
|
|
imageAlt: "Payroll Security",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-vector/modern-blue-background-with-halftone-dots_1035-7129.jpg",
|
|
imageAlt: "Compliance Standards",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-vector/abstract-connected-dots-background_23-2147493968.jpg",
|
|
imageAlt: "Modern Fintech UI",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="why-aws" data-section="why-aws">
|
|
<FeatureCardTen
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
title: "Sovereign Security & GDPR",
|
|
description: "Advanced data protection standards ensuring full compliance with UK and international data regulations.",
|
|
media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg",
|
|
imageAlt: "Security",
|
|
},
|
|
items: [
|
|
{
|
|
text: "AES-256 Encryption",
|
|
icon: Shield,
|
|
},
|
|
{
|
|
text: "GDPR Compliant",
|
|
icon: CheckCircle,
|
|
},
|
|
],
|
|
reverse: false,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90528.jpg?_wi=2",
|
|
imageAlt: "cybersecurity padlock icon neon",
|
|
},
|
|
{
|
|
title: "Penny-Perfect Accuracy",
|
|
description: "High-availability compute clusters ensure every payroll transaction is calculated with absolute precision.",
|
|
media: {
|
|
imageSrc: "http://img.b2bpic.net/free-vector/creative-data-management-25-glyph-solid-black-icon-pack-such-as-eye-server-hand-sd-cloud_1142-23771.jpg",
|
|
imageAlt: "Accuracy",
|
|
},
|
|
items: [
|
|
{
|
|
text: "ACID Compliant",
|
|
icon: Calculator,
|
|
},
|
|
{
|
|
text: "Real-time Verification",
|
|
icon: Zap,
|
|
},
|
|
],
|
|
reverse: true,
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1qviz",
|
|
imageAlt: "cybersecurity padlock icon neon",
|
|
},
|
|
{
|
|
title: "99.9% Availability",
|
|
description: "Enterprise-grade infrastructure designed for zero-downtime reliability even during peak tax season.",
|
|
media: {
|
|
imageSrc: "http://img.b2bpic.net/free-vector/illustration-cloud-storage_53876-5624.jpg",
|
|
imageAlt: "Availability",
|
|
},
|
|
items: [
|
|
{
|
|
text: "Multi-Zone Redundancy",
|
|
icon: Server,
|
|
},
|
|
{
|
|
text: "Auto-Scaling",
|
|
icon: TrendingUp,
|
|
},
|
|
],
|
|
reverse: false,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg?_wi=1",
|
|
imageAlt: "cybersecurity padlock icon neon",
|
|
},
|
|
]}
|
|
title="Why AcadaFix Chose AWS"
|
|
description="Our decision to partner with AWS ensures your payroll data is processed with unmatched precision and security."
|
|
/>
|
|
</div>
|
|
|
|
<div id="trust" data-section="trust">
|
|
<TestimonialCardSix
|
|
textboxLayout="split"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "John Doe",
|
|
handle: "@FinanceLeader",
|
|
testimonial: "If it's secure enough for HMRC to manage the nation's taxes, it's secure enough for AcadaFix to manage your payroll.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Jane Smith",
|
|
handle: "@OperationsDirector",
|
|
testimonial: "The AWS infrastructure provides the peace of mind we need to focus on our business growth.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "David Brown",
|
|
handle: "@CTO_Tech",
|
|
testimonial: "Seamless integration and audit-ready performance every single day.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Sarah Wilson",
|
|
handle: "@PayrollAdmin",
|
|
testimonial: "Trust in our payroll processes has never been higher since moving to AcadaFix.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Mike Davis",
|
|
handle: "@ComplianceLead",
|
|
testimonial: "Truly government-vetted and future-proof. An essential platform.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
|
},
|
|
]}
|
|
title="The AcadaFix Trust Guarantee"
|
|
description="Our commitment to security is audited, vetted, and future-proof."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitText
|
|
useInvertedBackground={false}
|
|
sideTitle="Frequently Asked Questions"
|
|
sideDescription="Everything you need to know about our security and payroll standards."
|
|
faqsAnimation="blur-reveal"
|
|
faqs={[
|
|
{
|
|
id: "f1",
|
|
title: "Is my data compliant with UK regulations?",
|
|
content: "Yes, we are fully GDPR compliant and operate on ISO-certified AWS UK data centers.",
|
|
},
|
|
{
|
|
id: "f2",
|
|
title: "How does AWS partnership help security?",
|
|
content: "By leveraging AWS's global infrastructure, we benefit from enterprise-grade DDoS protection, encryption at rest and in transit, and continuous threat monitoring.",
|
|
},
|
|
{
|
|
id: "f3",
|
|
title: "Can I integrate my existing payroll software?",
|
|
content: "AcadaFix offers robust APIs for seamless integration with major accounting and payroll platforms.",
|
|
},
|
|
{
|
|
id: "f4",
|
|
title: "How often is your system updated?",
|
|
content: "Our infrastructure is continuously updated to ensure that all security protocols meet the latest HMRC standards.",
|
|
},
|
|
{
|
|
id: "f5",
|
|
title: "Is my payroll data encrypted?",
|
|
content: "We use AES-256 encryption for all sensitive payroll data, ensuring that your company's finances remain completely private.",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={true}
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
tag="Ready to get started?"
|
|
title="Start Your Secure Payroll Today"
|
|
description="Join thousands of UK businesses securing their payroll future."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg"
|
|
logoText="AcadaFix"
|
|
columns={[
|
|
{
|
|
title: "Platform",
|
|
items: [
|
|
{
|
|
label: "Security",
|
|
href: "#security",
|
|
},
|
|
{
|
|
label: "Compliance",
|
|
href: "#compliance",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Terms of Use",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|