Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:24:51 +00:00
parent f70274c8fb
commit 573b91371e

View File

@@ -20,11 +20,11 @@ export default function SentinelPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="plain"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -37,7 +37,7 @@ export default function SentinelPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Start Searching", href: "#contact"
text: "Start Free Trial", href: "#contact"
}}
/>
</div>
@@ -268,23 +268,23 @@ export default function SentinelPage() {
{ label: "Features", href: "#features" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Security", href: "#security" },
{ label: "Testimonials", href: "#testimonials" }
{ label: "FAQ", href: "#faq" }
]
},
{
title: "Resources", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Blog", href: "#" }
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Careers", href: "#careers" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
{ label: "Contact", href: "#contact" }
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Security", href: "#security" },
{ label: "Compliance", href: "#compliance" }
]
}
]}