Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:28:26 +00:00
parent 627bb01d57
commit 4c300874eb

View File

@@ -11,6 +11,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Zap, CheckCircle, Search, Brain, Shield, Lock, FileCheck, TrendingUp, Star, HelpCircle, Sparkles } from "lucide-react";
import Link from "next/link";
export default function SentinelPage() {
return (
@@ -20,11 +21,11 @@ export default function SentinelPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="plain"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -37,7 +38,7 @@ export default function SentinelPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Start Free Trial", href: "#contact"
text: "Start Searching", href: "#contact"
}}
/>
</div>
@@ -113,7 +114,7 @@ export default function SentinelPage() {
title: "Credible Results", description: "View intelligence with source attribution, confidence scores, and transparency indicators for every finding.", icon: Shield
},
{
title: "Actionable Intelligence", description: "Use verified, contextualized intelligence for investigations, research, or security assessments with confidence."
title: "Actionable Intelligence", description: "Use verified, contextualized intelligence for investigations, research, or security assessments with confidence.", icon: TrendingUp
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWoEY4Cwr3Fs579tJwi7Tz8Zw/minimalist-data-visualization-showing-ac-1772556114178-e2b0501f.png"
@@ -164,7 +165,7 @@ export default function SentinelPage() {
title: "Audit Trails", description: "Complete transparency with detailed audit logs tracking all data access and modifications.", icon: FileCheck
},
{
title: "Legal & Ethical", description: "Only open-source intelligence from legal, public sources. No dark web data or illicit sources."
title: "Legal & Ethical", description: "Only open-source intelligence from legal, public sources. No dark web data or illicit sources.", icon: CheckCircle
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWoEY4Cwr3Fs579tJwi7Tz8Zw/abstract-representation-of-encryption-an-1772556114670-4c002015.png"
@@ -268,7 +269,7 @@ export default function SentinelPage() {
{ label: "Features", href: "#features" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Security", href: "#security" },
{ label: "FAQ", href: "#faq" }
{ label: "Testimonials", href: "#testimonials" }
]
},
{