From 8acab195aac88369fc02de0b63c5d380458f7b48 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 ++++++++++++----------------------------------- 1 file changed, 36 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7938007..a4239c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,9 @@ export default function LandingPage() { @@ -45,64 +41,41 @@ export default function LandingPage() {
@@ -114,55 +87,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Anti-WAF Engine", - description: "Bypass restrictions and ensure reliable connectivity to your conversational data streams.", - icon: Shield, + title: "Anti-WAF Engine", description: "Bypass restrictions and ensure reliable connectivity to your conversational data streams.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg", - imageAlt: "Security Shield", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg", imageAlt: "Security Shield"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-woman-with-security-lock_23-2151996999.jpg", - imageAlt: "Security Shield", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-woman-with-security-lock_23-2151996999.jpg", imageAlt: "Security Shield"}, ], - imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148639060.jpg", - imageAlt: "data security tech background", }, { - title: "Auto Extraction", - description: "Intelligently archives threads and formats them with perfect document structure.", - icon: FileText, + title: "Auto Extraction", description: "Intelligently archives threads and formats them with perfect document structure.", icon: FileText, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bdaec4", - imageAlt: "Extraction UI", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bdaec4", imageAlt: "Extraction UI"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blue-dusty-lights-optical-fibers_23-2148241368.jpg", - imageAlt: "Extraction UI", - }, + imageSrc: "http://img.b2bpic.net/free-photo/blue-dusty-lights-optical-fibers_23-2148241368.jpg", imageAlt: "Extraction UI"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572142.jpg", - imageAlt: "data security tech background", }, { - title: "Privacy First", - description: "Everything happens on your local device. We never touch your conversation logs.", - icon: Lock, + title: "Privacy First", description: "Everything happens on your local device. We never touch your conversation logs.", icon: Lock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg?_wi=1", - imageAlt: "Secure Data", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg", imageAlt: "Secure Data"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-digital-security-data-protection_23-2151998477.jpg", - imageAlt: "Secure Data", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-digital-security-data-protection_23-2151998477.jpg", imageAlt: "Secure Data"}, ], - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-concept_23-2148114664.jpg", - imageAlt: "data security tech background", }, ]} title="Advanced Features" @@ -179,31 +128,16 @@ export default function LandingPage() { description="Why users choose Claude2PDF for their archival needs." features={[ { - id: "f1", - label: "Fast", - title: "Speed", - items: [ - "Instant processing", - "Batch mode ready", - ], + id: "f1", label: "Fast", title: "Speed", items: [ + "Instant processing", "Batch mode ready"], }, { - id: "f2", - label: "Secure", - title: "Security", - items: [ - "Zero-knowledge storage", - "Local-first architecture", - ], + id: "f2", label: "Secure", title: "Security", items: [ + "Zero-knowledge storage", "Local-first architecture"], }, { - id: "f3", - label: "Clean", - title: "Quality", - items: [ - "Perfect markdown rendering", - "Consistent styling", - ], + id: "f3", label: "Clean", title: "Quality", items: [ + "Perfect markdown rendering", "Consistent styling"], }, ]} /> @@ -211,6 +145,7 @@ export default function LandingPage() {
@@ -219,12 +154,11 @@ export default function LandingPage() {