From c32c946030cb3319d8c7a449b011c9c528cae34f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:49:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d2ed93..f543254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Get Started", href: "https://rozetalabs.com/contact"}} + text: "Get Started", href: "https://rozetalabs.com/contact" + }} animateOnLoad={true} /> @@ -47,7 +48,7 @@ export default function LandingPage() { description="Experience the power of cutting-edge AI and design. Rozetalabs brings Apple-like elegance and Perplexity-level intelligence to your workflow." tag="Innovation Meets Simplicity" tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVeuCURV3TWsj8m9BJetyxvBZi/a-minimalist-tech-dashboard-interface-in-1772682445931-86a4dfc7.png" imageAlt="Rozetalabs Dashboard Interface" buttons={[ @@ -77,17 +78,21 @@ export default function LandingPage() { -- 2.49.1