diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33490c6..1b650b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,105 +45,62 @@ export default function LandingPage() {
@@ -163,29 +112,19 @@ export default function LandingPage() {
metrics={[
{
icon: Globe,
- label: "EU Member States",
- value: "27+",
- },
+ label: "EU Member States", value: "27+"},
{
icon: ShieldCheck,
- label: "Regulatory Frameworks",
- value: "Managed",
- },
+ label: "Regulatory Frameworks", value: "Managed"},
{
icon: Users,
- label: "Registered Providers",
- value: "150+",
- },
+ label: "Registered Providers", value: "150+"},
{
icon: Zap,
- label: "Active Corridors",
- value: "400+",
- },
+ label: "Active Corridors", value: "400+"},
{
icon: CheckCircle,
- label: "Compliance Rate",
- value: "100%",
- },
+ label: "Compliance Rate", value: "100%"},
]}
metricsAnimation="slide-up"
/>
@@ -199,29 +138,19 @@ export default function LandingPage() {
features={[
{
icon: FileText,
- title: "EU Regulatory Compliance",
- description: "Ensuring all EETS providers meet stringent EU regulatory standards for seamless service.",
- },
+ title: "EU Regulatory Compliance", description: "Ensuring all EETS providers meet stringent EU regulatory standards for seamless service."},
{
icon: Zap,
- title: "Added Value for Users",
- description: "Streamlining processes to deliver significant efficiencies for toll chargers and road users.",
- },
+ title: "Added Value for Users", description: "Streamlining processes to deliver significant efficiencies for toll chargers and road users."},
{
icon: Building,
- title: "Implementation Support",
- description: "Guiding stakeholders through implementation in diverse EU member states.",
- },
+ title: "Implementation Support", description: "Guiding stakeholders through implementation in diverse EU member states."},
{
icon: Globe,
- title: "Cross-Border Reliability",
- description: "Unified protocols to guarantee consistent service across international borders.",
- },
+ title: "Cross-Border Reliability", description: "Unified protocols to guarantee consistent service across international borders."},
{
icon: Shield,
- title: "Security Standards",
- description: "Advanced encryption and data protection for all transaction platforms.",
- },
+ title: "Security Standards", description: "Advanced encryption and data protection for all transaction platforms."},
]}
title="EETS Regulatory Framework"
description="Providing standardized, interoperable solutions that simplify toll collection and road usage across the European Union through collaboration and innovation."
@@ -230,44 +159,20 @@ export default function LandingPage() {
@@ -310,50 +204,31 @@ export default function LandingPage() {
logoText="AETIS"
columns={[
{
- title: "Association",
- items: [
+ title: "Association", items: [
{
- label: "About AETIS",
- href: "#",
- },
+ label: "About AETIS", href: "#"},
{
- label: "Our Mission",
- href: "#",
- },
+ label: "Our Mission", href: "#"},
{
- label: "Board",
- href: "#",
- },
+ label: "Board", href: "#"},
],
},
{
- title: "EETS",
- items: [
+ title: "EETS", items: [
{
- label: "EETS in a Nutshell",
- href: "#",
- },
+ label: "EETS in a Nutshell", href: "#"},
{
- label: "Regulatory Framework",
- href: "#",
- },
+ label: "Regulatory Framework", href: "#"},
{
- label: "Registered Providers",
- href: "#",
- },
+ label: "Registered Providers", href: "#"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Association Updates",
- href: "#",
- },
+ label: "Association Updates", href: "#"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
],
},
]}
@@ -362,4 +237,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file