Update src/app/page.tsx

This commit is contained in:
2026-04-11 16:19:55 +00:00
parent affe9820da
commit 033f25f220

View File

@@ -29,41 +29,33 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="AK-T"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
title="AK-T"
description="Paste any video. Receive the truth."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-9799.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-9799.jpg", imageAlt: "halftone dot pattern background abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dazzling-multicolored-glitter_23-2148778505.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/dazzling-multicolored-glitter_23-2148778505.jpg", imageAlt: "halftone dot pattern background abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-nail-polish-texture-detail_23-2149161903.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-nail-polish-texture-detail_23-2149161903.jpg", imageAlt: "halftone dot pattern background abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-9039.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-9039.jpg", imageAlt: "halftone dot pattern background abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-oil-drops-water-surface_23-2148227054.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/salmon-oil-drops-water-surface_23-2148227054.jpg", imageAlt: "halftone dot pattern background abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/shiny-neon-lights-background_23-2147815401.jpg",
imageAlt: "halftone dot pattern background abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/shiny-neon-lights-background_23-2147815401.jpg", imageAlt: "halftone dot pattern background abstract"},
]}
/>
</div>
@@ -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: "#"},
]}
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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,
}}
/>