diff --git a/src/app/page.tsx b/src/app/page.tsx index 26eb5cd..08924f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { title="Growing Developer Trust" description="Join hundreds of developers already stopping the repeat bug cycle." tag="By The Numbers" - tagIcon={Zap} + tagIcon={TrendingUp} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -265,7 +265,7 @@ export default function LandingPage() { { text: "Sign In", href: "https://debugdiary.vercel.app/signin" } ]} buttonAnimation="blur-reveal" - background={{ variant: "sparkles-gradient" }} + background={{ variant: "aurora" }} useInvertedBackground={false} className="py-24" containerClassName="w-full max-w-4xl mx-auto px-4"