diff --git a/src/app/page.tsx b/src/app/page.tsx index 02ebe0b..ea1bfc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -45,32 +45,32 @@ export default function LandingPage() { description="Expert tennis coaching for juniors and adults. Whether you're chasing rankings or rediscovering the court, personalized instruction tailored to your goals." tag="Professional Tennis Coaching" tagIcon={Trophy} - tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + tagAnimation="blur-reveal" + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/long-shot-woman-looking-partner_23-2148250969.jpg" imageAlt="Professional tennis coach demonstrating proper technique on court" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" buttons={[ { text: "Book Your First Lesson", href: "contact" }, { text: "Learn More", href: "services" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" testimonials={[ { name: "Marcus Thompson", handle: "Junior Player, Age 14", testimonial: "Coach transformed my game completely. I improved my serve and now I'm winning tournaments. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/team-taking-selfie-with-cup_23-2148634555.jpg?_wi=1", imageAlt: "Marcus Thompson, junior tennis player" + imageSrc: "http://img.b2bpic.net/free-photo/team-taking-selfie-with-cup_23-2148634555.jpg", imageAlt: "Marcus Thompson, junior tennis player" }, { name: "Jennifer Hayes", handle: "Parent of 2 Students", testimonial: "My children have learned so much from Coach. The personalized approach really works. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-daughter-playing-sports_23-2148500062.jpg?_wi=1", imageAlt: "Jennifer Hayes, parent of tennis students" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-daughter-playing-sports_23-2148500062.jpg", imageAlt: "Jennifer Hayes, parent of tennis students" }, { name: "David Chen", handle: "Adult Recreational Player", testimonial: "Getting back into tennis after 20 years. Coach is patient, knowledgeable, and made it fun again. Amazing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-is-catching-tennis-ball_329181-14475.jpg?_wi=1", imageAlt: "David Chen, adult recreational tennis player" + imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-is-catching-tennis-ball_329181-14475.jpg", imageAlt: "David Chen, adult recreational tennis player" }, { name: "Sarah Martinez", handle: "Competitive Player, Age 16", testimonial: "Coach helped me achieve my ranking goals. The strategic approach to tournament prep is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-playing-tennis-game-winter-time_23-2149274766.jpg?_wi=1", imageAlt: "Sarah Martinez, competitive tennis player" + imageSrc: "http://img.b2bpic.net/free-photo/person-playing-tennis-game-winter-time_23-2149274766.jpg", imageAlt: "Sarah Martinez, competitive tennis player" } ]} testimonialRotationInterval={5000} @@ -96,7 +96,7 @@ export default function LandingPage() { description="Specialized training designed for your specific needs and goals" tag="Tailored Training" tagIcon={Zap} - tagAnimation="slide-up" + tagAnimation="blur-reveal" features={[ { icon: Users, @@ -124,7 +124,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} /> @@ -135,27 +135,27 @@ export default function LandingPage() { description="Real results from real students across all age groups and skill levels" tag="Player Testimonials" tagIcon={Star} - tagAnimation="slide-up" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={true} showRating={true} testimonials={[ { id: "1", name: "Marcus Thompson", handle: "Age 14 - Junior Competitive", testimonial: "Coach completely transformed my game in just 6 months. My serve went from decent to devastating. I'm now ranked in the top 50 for my state. The mental coaching made all the difference during tournaments.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/team-taking-selfie-with-cup_23-2148634555.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/team-taking-selfie-with-cup_23-2148634555.jpg" }, { id: "2", name: "Jennifer & Robert Hayes", handle: "Parents of 2 Students", testimonial: "We enrolled both our kids with Coach and couldn't be happier. The personalized approach works. Both kids improved dramatically and actually look forward to lessons. The investment paid off in confidence and skills.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-daughter-playing-sports_23-2148500062.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-daughter-playing-sports_23-2148500062.jpg" }, { id: "3", name: "David Chen", handle: "Age 42 - Adult Recreational", testimonial: "I hadn't played tennis seriously in 20 years. Coach welcomed me back without judgment and helped me relearn the fundamentals properly. Now I play twice a week and feel great. Best decision I made for my health.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-is-catching-tennis-ball_329181-14475.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-is-catching-tennis-ball_329181-14475.jpg" }, { id: "4", name: "Sarah Martinez", handle: "Age 16 - Tournament Player", testimonial: "Coach's tournament preparation coaching is exceptional. The match strategy sessions and mental toughness training gave me the edge I needed. I achieved my ranking goal this season. Highly recommend for serious competitors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-playing-tennis-game-winter-time_23-2149274766.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/person-playing-tennis-game-winter-time_23-2149274766.jpg" }, { id: "5", name: "Amanda Rodriguez", handle: "Age 50 - Fitness Player", testimonial: "Started tennis at 48 as a fitness goal. Coach's patience and clear instruction made learning enjoyable. I'm now in the best shape of my life and part of a wonderful tennis community. Thank you!", rating: 5, @@ -175,9 +175,9 @@ export default function LandingPage() { description="Choose the coaching program that fits your goals and budget. All plans include personalized instruction and progress tracking." tag="Investment in Your Game" tagIcon={Sparkles} - tagAnimation="slide-up" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} plans={[ { @@ -230,15 +230,15 @@ export default function LandingPage() { description="Everything you need to know about our coaching programs, scheduling, and getting started." tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="slide-up" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/tennis-player-leaning-against-net-frustration_23-2147664426.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/tennis-player-leaning-against-net-frustration_23-2147664426.jpg" imageAlt="Tennis court booking and scheduling interface" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" mediaPosition="right" - faqsAnimation="slide-up" + faqsAnimation="blur-reveal" faqs={[ { id: "1", title: "What age groups do you coach?", content: "I work with players ages 8 through 70+. Each age group receives developmentally appropriate coaching. Juniors focus on technique and competitive development, while adults emphasize fitness, enjoyment, and skill improvement at their pace." @@ -273,9 +273,9 @@ export default function LandingPage() { title="Ready to Elevate Your Game?" description="Book your first lesson today. Tell me a bit about your goals and preferred times, and I'll get back to you within 24 hours with available slots." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/tennis-player-leaning-against-net-frustration_23-2147664426.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/tennis-player-leaning-against-net-frustration_23-2147664426.jpg" imageAlt="Tennis court ready for coaching sessions" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" mediaPosition="left" inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true },