diff --git a/src/app/app/analysis/page.tsx b/src/app/app/analysis/page.tsx index 1eb5afb..e02c7b7 100644 --- a/src/app/app/analysis/page.tsx +++ b/src/app/app/analysis/page.tsx @@ -34,9 +34,7 @@ export default function AnalysisPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Sign In", - href: "/auth/login", - }} + text: "Sign In", href: "/auth/login"}} animateOnLoad={true} className="bg-black/80 backdrop-blur-md border border-white/10" navItemClassName="text-white/80 hover:text-white transition-colors" @@ -51,15 +49,12 @@ export default function AnalysisPage() { description="Know Exactly What Your Body Needs to Change. Upload a photo. Get a detailed breakdown of your muscle development, weak points, and what to prioritize next." buttons={[ { - text: "Analyze My Physique →", - href: "/auth/signup", - }, + text: "Analyze My Physique →", href: "/auth/signup"}, ]} buttonAnimation="blur-reveal" background={{ - variant: "circleGradient", - }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APwwOLAi7FRFmXwzrAtyS9aqHm/minimalist-smartphone-ui-mockup-with-dra-1772824074568-0432c972.jpg?_wi=5" + variant: "circleGradient"}} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APwwOLAi7FRFmXwzrAtyS9aqHm/minimalist-smartphone-ui-mockup-with-dra-1772824074568-0432c972.jpg" imageAlt="FORMA upload interface demo" mediaAnimation="slide-up" frameStyle="card" @@ -79,23 +74,11 @@ export default function AnalysisPage() {