diff --git a/src/app/page.tsx b/src/app/page.tsx index 07dca5e..1d0394d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Gym in Ghaziabad" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/sports-couple-is-working-out-gym-man-weightlifter-doing-leg-presses-with-his-trainer_613910-11745.jpg" imageAlt="People exercising at Enzo Fitness gym" buttons={[ @@ -102,7 +102,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Personal Training", tags: ["One-on-One", "Customized"], - imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3656.jpg?_wi=1", imageAlt: "Personal Training Service" + imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3656.jpg", imageAlt: "Personal Training Service" }, { id: "2", title: "Group Classes", tags: ["Yoga", "Zumba", "CrossFit"], @@ -114,7 +114,7 @@ export default function LandingPage() { }, { id: "4", title: "Flexible Membership Plans", tags: ["Affordable", "Scalable"], - imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3656.jpg?_wi=2", imageAlt: "Membership Plans" + imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3656.jpg", imageAlt: "Membership Plans" } ]} animationType="slide-up" @@ -196,7 +196,7 @@ export default function LandingPage() { description="Join Enzo Fitness today and start your journey to a healthier, stronger you. Sign up for our newsletter to get exclusive offers and fitness tips delivered to your inbox." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Join Now"