From 8f553512af13d8275f70136b9637e6bc9a6e709f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:10:30 +0000 Subject: [PATCH 1/2] Update src/app/app/analysis/page.tsx --- src/app/app/analysis/page.tsx | 140 +++++++++------------------------- 1 file changed, 34 insertions(+), 106 deletions(-) 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() { Date: Fri, 6 Mar 2026 19:10:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 183 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de01b5..db8d483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#how-it-works" }, { label: "Pricing", href: "#pricing" }, { label: "FAQ", href: "#faq" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, { label: "Status", href: "https://status.forma.app" }, @@ -68,9 +65,7 @@ export default function HomePage() { brandName="FORMA" navItems={navItems} 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" @@ -85,13 +80,12 @@ export default function HomePage() { 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: "/app/upload", - }, + text: "Analyze My Physique →", href: "/app/upload"}, ]} 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=1" + 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" imageAlt="FORMA upload interface demo" mediaAnimation="slide-up" frameStyle="card" @@ -111,10 +105,7 @@ export default function HomePage() {