Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:46:55 +00:00
parent 6e4715b1f8
commit e91a4314d6

View File

@@ -15,15 +15,15 @@ import { Zap, CheckCircle, Search, Brain, Shield, Lock, FileCheck, TrendingUp, S
export default function SentinelPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
sizing="mediumLargeSizeMediumTitles"
background="none"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
@@ -33,8 +33,7 @@ export default function SentinelPage() {
{ name: "Features", id: "features" },
{ name: "How It Works", id: "how-it-works" },
{ name: "Security", id: "security" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
{ name: "Testimonials", id: "testimonials" }
]}
button={{
text: "Start Free Trial", href: "#contact"
@@ -46,7 +45,7 @@ export default function SentinelPage() {
<HeroLogoBillboardSplit
logoText="SENTINEL"
description="Enter any identifier—name, email, phone—and our AI instantly surfaces publicly available intelligence. Privacy-first, results-fast."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Searching", href: "#contact" },
{ text: "Learn More", href: "#features" }
@@ -246,7 +245,7 @@ export default function SentinelPage() {
description="Join security professionals worldwide discovering intelligence faster. No credit card required. 50 free searches to explore Sentinel's capabilities."
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWoEY4Cwr3Fs579tJwi7Tz8Zw/minimalist-illustration-of-intelligence--1772556113715-b03eb09c.png"
imageAlt="Get started with Sentinel"
@@ -268,23 +267,21 @@ 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" }
]
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Careers", href: "#careers" },
{ label: "Blog", href: "#contact" },
{ label: "Careers", href: "#contact" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Security", href: "#security" },
{ label: "Compliance", href: "#compliance" }
{ label: "Privacy Policy", href: "#contact" },
{ label: "Terms of Service", href: "#contact" },
{ label: "Compliance", href: "#contact" }
]
}
]}