diff --git a/src/app/page.tsx b/src/app/page.tsx index 20b9066..1a8d740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -48,13 +48,13 @@ export default function LandingPage() { tag="Premium Fitness" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Your Journey", href: "pricing" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982969-1fgz0e13.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982969-1fgz0e13.jpg" imageAlt="Pro Ultimate Gym Interior" mediaAnimation="slide-up" /> @@ -69,7 +69,7 @@ export default function LandingPage() { description="Founded with a passion for excellence" subdescription="Pro Ultimate Gym - Where Champions Train" icon={Dumbbell} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982970-o9coi21i.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982970-o9coi21i.jpg" imageAlt="Pro Ultimate Gym Facility" mediaAnimation="slide-up" useInvertedBackground={true} @@ -192,13 +192,13 @@ export default function LandingPage() { id: "3", name: "David Chen", handle: "@davidpowerlifts", testimonial: "24/7 access, state-of-the-art equipment, and an amazing community. This is where champions are made!", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "David Chen" }, { - id: "4", name: "Emily Rodriguez", handle: "@emilystrong", testimonial: "The facilities are top-notch and the staff genuinely cares about your progress. Exceeded all my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=1", imageAlt: "Emily Rodriguez" + id: "4", name: "Emily Rodriguez", handle: "@emilystrong", testimonial: "The facilities are top-notch and the staff genuinely cares about your progress. Exceeded all my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "Emily Rodriguez" }, { id: "5", name: "James Thompson", handle: "@jamesthefittest", testimonial: "From the moment I walked in, I knew this was the right place. Professional, motivating, and results-driven. Love it here!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "James Thompson" }, { - id: "6", name: "Lisa Anderson", handle: "@lisafitness", testimonial: "Transformed my body and mind. The nutritional guidance combined with training has been life-changing. Thank you Pro Ultimate Gym!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg?_wi=2", imageAlt: "Lisa Anderson" + id: "6", name: "Lisa Anderson", handle: "@lisafitness", testimonial: "Transformed my body and mind. The nutritional guidance combined with training has been life-changing. Thank you Pro Ultimate Gym!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "Lisa Anderson" } ]} /> @@ -215,7 +215,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your fitness goals...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982970-o9coi21i.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJIg5RiSw6h7sb9S6zjdkuOzI/uploaded-1772645982970-o9coi21i.jpg" imageAlt="Pro Ultimate Gym Contact" mediaAnimation="slide-up" mediaPosition="right" @@ -225,7 +225,7 @@ export default function LandingPage() {