From 58e1f959b0462b323d7dd75132056ed4aa2bcd34 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++++++----------------------------------- 1 file changed, 52 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64398e7..cfe8010 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,35 +31,24 @@ export default function LandingPage() {
@@ -132,29 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Verify", - descriptions: [ - "Multi-layer forensic analysis of content origins and metadata.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-doily-with-intricate-floral-pattern-generated-by-ai_188544-30696.jpg", - }, + id: "f1", title: "Verify", descriptions: [ + "Multi-layer forensic analysis of content origins and metadata."], + imageSrc: "http://img.b2bpic.net/free-photo/elegant-gold-doily-with-intricate-floral-pattern-generated-by-ai_188544-30696.jpg"}, { - id: "f2", - title: "Certify", - descriptions: [ - "Anchor to C2PA provenance standards for global verification.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/badge-icon-front-side_187299-39424.jpg", - }, + id: "f2", title: "Certify", descriptions: [ + "Anchor to C2PA provenance standards for global verification."], + imageSrc: "http://img.b2bpic.net/free-photo/badge-icon-front-side_187299-39424.jpg"}, { - id: "f3", - title: "Protect", - descriptions: [ - "Public, tamper-evident ledger for permanent certification.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=75ayaf", - }, + id: "f3", title: "Protect", descriptions: [ + "Public, tamper-evident ledger for permanent certification."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=75ayaf"}, ]} title="Not a Badge. A Guarantee." description="Our three pillars of human content integrity." @@ -168,52 +123,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "academic", - badge: "Academic", - price: "SAR 25,000", - subtitle: "For Universities", - buttons: [ + id: "academic", badge: "Academic", price: "SAR 25,000", subtitle: "For Universities", buttons: [ { - text: "Inquire", - }, + text: "Inquire"}, ], features: [ - "500 Submissions", - "Dashboard Access", - "API Integration", - ], + "500 Submissions", "Dashboard Access", "API Integration"], }, { - id: "media", - badge: "Publishers", - price: "SAR 40,000", - subtitle: "For Media Houses", - buttons: [ + id: "media", badge: "Publishers", price: "SAR 40,000", subtitle: "For Media Houses", buttons: [ { - text: "Inquire", - }, + text: "Inquire"}, ], features: [ - "Unlimited Works", - "Brand License", - "Editorial Support", - ], + "Unlimited Works", "Brand License", "Editorial Support"], }, { - id: "govt", - badge: "Government", - price: "Custom", - subtitle: "National Partners", - buttons: [ + id: "govt", badge: "Government", price: "Custom", subtitle: "National Partners", buttons: [ { - text: "Contact Us", - }, + text: "Contact Us"}, ], features: [ - "Sovereign Standards", - "Direct Support", - "National Coverage", - ], + "Sovereign Standards", "Direct Support", "National Coverage"], }, ]} title="Built for Doubt-Free Integrity" @@ -223,30 +154,19 @@ export default function LandingPage() {
@@ -278,22 +191,13 @@ export default function LandingPage() { description="Start your journey toward authentic certification." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "Email", required: true, }, { - name: "company", - type: "text", - placeholder: "Organization", - }, + name: "company", type: "text", placeholder: "Organization"}, ]} imageSrc="http://img.b2bpic.net/free-photo/moonlit-archway-path-enlightenment_23-2152033150.jpg" imageAlt="Human Content Certification" @@ -306,42 +210,27 @@ export default function LandingPage() { logoText="ASIL أصيل" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Standards", - href: "#standards", - }, + label: "Standards", href: "#standards"}, { - label: "Certification", - href: "#certification", - }, + label: "Certification", href: "#certification"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} -- 2.49.1