diff --git a/src/app/page.tsx b/src/app/page.tsx index 52dfb75..16cbd8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Privacy-First Intelligence" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Start Searching", href: "#results" }, { text: "Learn More", href: "#features" }, @@ -200,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file