diff --git a/src/app/page.tsx b/src/app/page.tsx index ab32041..8257bd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" >
@@ -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" } ] } ]}