From d7755aa61b41c7ec9414bf00de9e8c5eb6a939d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:06:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5a9280..c59c5a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function SecurityPlatformPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function SecurityPlatformPage() { @@ -333,19 +244,13 @@ export default function SecurityPlatformPage() { ctaIcon={Rocket} faqs={[ { - id: "1", - title: "What's the first step to getting started?", - content: "Schedule a 30-minute discovery call with our team to understand your security needs, current testing practices, and integration requirements. We'll provide a customized demo matching your infrastructure." + id: "1", title: "What's the first step to getting started?", content: "Schedule a 30-minute discovery call with our team to understand your security needs, current testing practices, and integration requirements. We'll provide a customized demo matching your infrastructure." }, { - id: "2", - title: "How long does implementation typically take?", - content: "Most customers are scanning in 2-4 weeks. Small deployments can begin in 1 week, while complex enterprise integrations may take 6-8 weeks depending on your infrastructure complexity." + id: "2", title: "How long does implementation typically take?", content: "Most customers are scanning in 2-4 weeks. Small deployments can begin in 1 week, while complex enterprise integrations may take 6-8 weeks depending on your infrastructure complexity." }, { - id: "3", - title: "Do you offer a free trial?", - content: "Yes, we provide a 14-day free trial that includes full platform access, automated scanning on a sample application, and priority onboarding support. No credit card required." + id: "3", title: "Do you offer a free trial?", content: "Yes, we provide a 14-day free trial that includes full platform access, automated scanning on a sample application, and priority onboarding support. No credit card required." } ]} useInvertedBackground={false} @@ -360,8 +265,7 @@ export default function SecurityPlatformPage() { imageAlt="Network security infrastructure" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Security", href: "https://example.com/security" }, @@ -369,8 +273,7 @@ export default function SecurityPlatformPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "https://example.com/about" }, { label: "Blog", href: "https://example.com/blog" }, { label: "Careers", href: "https://example.com/careers" }, @@ -378,8 +281,7 @@ export default function SecurityPlatformPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://example.com/docs" }, { label: "API Reference", href: "https://example.com/api" }, { label: "Community", href: "https://example.com/community" },