Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:36:00 +00:00
parent c00e315190
commit df3c3cfbeb

View File

@@ -20,11 +20,11 @@ export default function SentinelPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="circleGradient"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -33,11 +33,11 @@ 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: "Pricing", id: "pricing" },
{ name: "About", id: "about" }
]}
button={{
text: "Start Free Trial", href: "#contact"
text: "Start Searching", href: "#contact"
}}
/>
</div>
@@ -46,7 +46,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 +246,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"
@@ -267,24 +267,24 @@ export default function SentinelPage() {
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Security", href: "#security" },
{ label: "FAQ", href: "#faq" }
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#security" }
]
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Careers", href: "#careers" },
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security", href: "#security" },
{ label: "Compliance", href: "#compliance" }
{ label: "Compliance", href: "/compliance" }
]
}
]}