Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:01:37 +00:00
parent c4125aafe2
commit fb45ab897d

View File

@@ -15,16 +15,16 @@ import { Zap, CheckCircle, Search, Brain, Shield, Lock, FileCheck, TrendingUp, S
export default function SentinelPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="none"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -272,16 +272,18 @@ export default function SentinelPage() {
},
{
title: "Company", items: [
{ label: "Blog", href: "#contact" },
{ label: "Careers", href: "#contact" },
{ label: "About", href: "#about" },
{ label: "Blog", href: "#blog" },
{ label: "Careers", href: "#careers" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#contact" },
{ label: "Terms of Service", href: "#contact" },
{ label: "Compliance", href: "#contact" }
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Security", href: "#security" },
{ label: "Compliance", href: "#compliance" }
]
}
]}