diff --git a/src/app/page.tsx b/src/app/page.tsx index 7872774..48aed61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,116 +44,64 @@ export default function LandingPage() {
@@ -172,23 +114,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Anti-WAF Engine", - description: "Reliably bypasses restrictions with our proprietary anti-WAF engine.", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883571.jpg", - imageAlt: "security shield digital icon", - }, + title: "Anti-WAF Engine", description: "Reliably bypasses restrictions with our proprietary anti-WAF engine.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883571.jpg", imageAlt: "security shield digital icon"}, { - title: "Auto Extraction", - description: "Seamlessly extract and format your conversation data without manual intervention.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-components-blue-light_23-2149417058.jpg", - imageAlt: "data extraction technology icon", - }, + title: "Auto Extraction", description: "Seamlessly extract and format your conversation data without manual intervention.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-components-blue-light_23-2149417058.jpg", imageAlt: "data extraction technology icon"}, { - title: "Archive Intelligence", - description: "Intelligent organization that preserves your conversation context.", - imageSrc: "http://img.b2bpic.net/free-photo/videocamera-cloud_1048-1656.jpg", - imageAlt: "cloud document archiving", - }, + title: "Archive Intelligence", description: "Intelligent organization that preserves your conversation context.", imageSrc: "http://img.b2bpic.net/free-photo/videocamera-cloud_1048-1656.jpg", imageAlt: "cloud document archiving"}, ]} title="Unmatched Engine Performance" description="Engineered for maximum reliability and ease of use in every conversion." @@ -202,55 +132,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Personal", - price: "$9", - period: "/mo", - description: "For individual power users and researchers.", - button: { - text: "Start Basic", - href: "#contact", - }, - featuresTitle: "Included features:", - features: [ - "100 PDFs/mo", - "Anti-WAF Engine", - "Auto Extraction", - ], + id: "basic", tag: "Personal", price: "$9", period: "/mo", description: "For individual power users and researchers.", button: { + text: "Start Basic", href: "#contact"}, + featuresTitle: "Included features:", features: [ + "100 PDFs/mo", "Anti-WAF Engine", "Auto Extraction"], }, { - id: "pro", - tag: "Pro", - price: "$29", - period: "/mo", - description: "For researchers and heavy archiving workflows.", - button: { - text: "Start Pro", - href: "#contact", - }, - featuresTitle: "Included features:", - features: [ - "Unlimited PDFs", - "Priority Support", - "Failsafe Mode", - ], + id: "pro", tag: "Pro", price: "$29", period: "/mo", description: "For researchers and heavy archiving workflows.", button: { + text: "Start Pro", href: "#contact"}, + featuresTitle: "Included features:", features: [ + "Unlimited PDFs", "Priority Support", "Failsafe Mode"], }, { - id: "team", - tag: "Team", - price: "$79", - period: "/mo", - description: "For collaborative teams and shared knowledge.", - button: { - text: "Start Team", - href: "#contact", - }, - featuresTitle: "Included features:", - features: [ - "Unlimited Team Seats", - "Public Share Links", - "Team Analytics", - ], + id: "team", tag: "Team", price: "$79", period: "/mo", description: "For collaborative teams and shared knowledge.", button: { + text: "Start Team", href: "#contact"}, + featuresTitle: "Included features:", features: [ + "Unlimited Team Seats", "Public Share Links", "Team Analytics"], }, ]} title="Simple Pricing" @@ -260,30 +157,16 @@ export default function LandingPage() {
@@ -390,42 +231,27 @@ export default function LandingPage() {