Update src/app/page.tsx

This commit is contained in:
2026-05-11 09:42:56 +00:00
parent 3d60be5694
commit dee17dc11f

View File

@@ -9,7 +9,7 @@ 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";
import { CheckCircle, Server, Shield, TrendingUp, Zap, Calculator } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,18 +29,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Security",
id: "#security",
},
{
name: "Why AWS",
id: "#why-aws",
},
{
name: "Trust",
id: "#trust",
},
{ name: "Security", id: "#security" },
{ name: "Why AWS", id: "#why-aws" },
{ name: "Trust", id: "#trust" }
]}
brandName="AcadaFix"
/>
@@ -50,37 +41,14 @@ export default function LandingPage() {
<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",
},
]}
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",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90528.jpg", 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>
@@ -92,68 +60,29 @@ export default function LandingPage() {
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",
},
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,
},
{ 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",
reverse: false
},
{
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",
},
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,
},
{ 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",
reverse: true
},
{
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",
},
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,
},
{ 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",
},
reverse: false
}
]}
title="Why AcadaFix Chose AWS"
description="Our decision to partner with AWS ensures your payroll data is processed with unmatched precision and security."
@@ -163,43 +92,14 @@ export default function LandingPage() {
<div id="trust" data-section="trust">
<TestimonialCardSix
textboxLayout="split"
animationType="blur-reveal"
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",
},
{ 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" },
{ 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."
@@ -213,31 +113,11 @@ export default function LandingPage() {
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.",
},
{ 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>
@@ -245,9 +125,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
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."
@@ -260,31 +138,17 @@ export default function LandingPage() {
logoText="AcadaFix"
columns={[
{
title: "Platform",
items: [
{
label: "Security",
href: "#security",
},
{
label: "Compliance",
href: "#compliance",
},
],
title: "Platform", items: [
{ label: "Security", href: "#security" },
{ label: "Compliance", href: "#compliance" }
]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Use", href: "#" }
]
}
]}
/>
</div>