diff --git a/src/app/page.tsx b/src/app/page.tsx
index c28da4f..089e785 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,41 +29,33 @@ export default function LandingPage() {
@@ -73,14 +65,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Silent Standard"
description={[
- "AK-T provides a sterile environment for audio analysis. No logs, no metadata, no noise.",
- "We transform raw video into actionable truth, wrapped in a layer of absolute digital privacy.",
- ]}
+ "AK-T provides a sterile environment for audio analysis. No logs, no metadata, no noise.", "We transform raw video into actionable truth, wrapped in a layer of absolute digital privacy."]}
buttons={[
{
- text: "Get Started",
- href: "#",
- },
+ text: "Get Started", href: "#"},
]}
/>
@@ -95,32 +83,16 @@ export default function LandingPage() {
description="Precision is our only metric."
metrics={[
{
- id: "m1",
- value: "99.9%",
- title: "Accuracy",
- description: "Precision transcription",
- icon: CheckCircle2,
+ id: "m1", value: "99.9%", title: "Accuracy", description: "Precision transcription", icon: CheckCircle2,
},
{
- id: "m2",
- value: "100%",
- title: "Privacy",
- description: "Zero data retention",
- icon: ShieldCheck,
+ id: "m2", value: "100%", title: "Privacy", description: "Zero data retention", icon: ShieldCheck,
},
{
- id: "m3",
- value: "0ms",
- title: "Latency",
- description: "Immediate output",
- icon: Zap,
+ id: "m3", value: "0ms", title: "Latency", description: "Immediate output", icon: Zap,
},
{
- id: "m4",
- value: "24/7",
- title: "Uptime",
- description: "Available always",
- icon: Clock,
+ id: "m4", value: "24/7", title: "Uptime", description: "Available always", icon: Clock,
},
]}
/>
@@ -135,25 +107,13 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
- id: "f1",
- title: "How private is my data?",
- content: "Your data is purged immediately upon processing completion.",
- },
+ id: "f1", title: "How private is my data?", content: "Your data is purged immediately upon processing completion."},
{
- id: "f2",
- title: "Can I upload long-form video?",
- content: "Yes, our engine handles long-form content with high-efficiency scaling.",
- },
+ id: "f2", title: "Can I upload long-form video?", content: "Yes, our engine handles long-form content with high-efficiency scaling."},
{
- id: "f3",
- title: "What formats are supported?",
- content: "We support all standard video and audio container formats.",
- },
+ id: "f3", title: "What formats are supported?", content: "We support all standard video and audio container formats."},
{
- id: "f4",
- title: "Is there a subscription fee?",
- content: "AK-T operates on an exclusive, invitation-only tier model.",
- },
+ id: "f4", title: "Is there a subscription fee?", content: "AK-T operates on an exclusive, invitation-only tier model."},
]}
/>
@@ -167,22 +127,14 @@ export default function LandingPage() {
imageAlt="Minimalist geometric abstraction"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Explain your requirements...",
- rows: 4,
+ name: "message", placeholder: "Explain your requirements...", rows: 4,
required: true,
}}
/>