From cf374f6615c35ac7f145ad8a750ea37683492b61 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:54:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9582b91..19d30fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg" imageAlt="Iron Paradise gym interior with modern equipment" mediaAnimation="blur-reveal" @@ -211,6 +211,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaPosition="left" + mediaAnimation="slide-up" faqs={[ { id: "1", title: "Do I need prior gym experience?", content: "Absolutely not! Our facility welcomes all fitness levels. We offer beginner-friendly classes and personalized training programs to help you start safely and effectively. Our coaches will guide you through proper form and progression." -- 2.49.1