From d105a9ce9eb8ef00dd09a0e1b67717bb68b50e96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 14:14:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ddfba7..b76ec30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -210,11 +210,11 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Martinez", handle: "@sarahfitness", testimonial: "Encore transformed my fitness journey. The trainers are knowledgeable, the facility is immaculate, and the community keeps me motivated. I've never felt more confident.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg?_wi=1", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg", imageAlt: "Sarah Martinez" }, { id: "testimonial-2", name: "Michael Chen", handle: "@michaelgains", testimonial: "As a beginner, I was intimidated by gyms. Encore's supportive atmosphere and expert guidance made all the difference. I've achieved more in 6 months than I expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg?_wi=1", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Michael Chen" }, { id: "testimonial-3", name: "Emma Thompson", handle: "@emmawellness", testimonial: "The personalized attention from the trainers is unmatched. I love how clean and well-maintained the facility is. Encore feels like a premium experience every visit.", rating: 5, @@ -226,11 +226,11 @@ export default function LandingPage() { }, { id: "testimonial-5", name: "Jessica Williams", handle: "@jessicafit", testimonial: "The transformation isn't just physical—it's mental and emotional too. Encore's holistic approach with nutrition guidance and expert trainers changed my life.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg?_wi=2", imageAlt: "Jessica Williams" + imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg", imageAlt: "Jessica Williams" }, { id: "testimonial-6", name: "Alex Kumar", handle: "@alexstrong", testimonial: "Premium facilities, certified trainers, and genuine community support. Encore Fitness isn't just a gym—it's a lifestyle upgrade. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg?_wi=2", imageAlt: "Alex Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Alex Kumar" } ]} showRating={true} @@ -267,7 +267,7 @@ export default function LandingPage() { } ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} ariaLabel="Performance metrics section" /> -- 2.49.1