From 94778ec37ecbe6308f2b1b0bdbb4d00cedc54d9b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:25:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b6f7a0..a688792 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Shield, Zap, Users, Award, Quote, Sparkles, Linkedin, Globe } from "lucide-react"; +import { Shield, Zap, Users, Award, Quote, Star, Linkedin, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="none" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -53,7 +53,7 @@ export default function LandingPage() { imageAlt="Strategy Sport Academy elite athletic training facility" mediaAnimation="slide-up" frameStyle="card" - background={{ variant: "none" }} + background={{ variant: "plain" }} buttonAnimation="opacity" /> @@ -94,10 +94,10 @@ export default function LandingPage() { title: "Skateboarding Mastery", description: "Advanced skateboarding training covering technical skills, street competition techniques, and progressive trick development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaJlRGAuwhxeSgHDYwEa0Lfkdx/uploaded-1772882576381-v17yctzm.png", button: { text: "Learn More", href: "#" }, }, { - title: "Football Excellence", description: "Elite football program combining tactical training, physical conditioning, team strategy, and competitive match preparation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-boxer-with-trainer-exercising-ring_23-2148759662.jpg?_wi=1", button: { text: "Learn More", href: "#" }, + title: "Football Excellence", description: "Elite football program combining tactical training, physical conditioning, team strategy, and competitive match preparation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-boxer-with-trainer-exercising-ring_23-2148759662.jpg", button: { text: "Learn More", href: "#" }, }, { - title: "Muay Thai Elite", description: "Professional martial arts coaching emphasizing technique, discipline, mental toughness, and championship-level competition preparation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-boxer-with-trainer-exercising-ring_23-2148759662.jpg?_wi=2", button: { text: "Learn More", href: "#" }, + title: "Muay Thai Elite", description: "Professional martial arts coaching emphasizing technique, discipline, mental toughness, and championship-level competition preparation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-boxer-with-trainer-exercising-ring_23-2148759662.jpg", button: { text: "Learn More", href: "#" }, }, ]} textboxLayout="default" @@ -157,7 +157,7 @@ export default function LandingPage() { ]} textboxLayout="default" animationType="slide-up" - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" useInvertedBackground={false} tagAnimation="opacity" /> @@ -195,7 +195,7 @@ export default function LandingPage() { title="Enrollment Plans" description="Flexible membership options designed for young athletes and families investing in athletic excellence. Choose the plan that fits your goals and commitment level." tag="Pricing" - tagIcon={Sparkles} + tagIcon={Star} plans={[ { id: "1", price: "AED 1,500", name: "Starter Program", buttons: [ @@ -206,7 +206,7 @@ export default function LandingPage() { "2 training sessions per week", "Access to one program", "Professional coaching", "Basic performance tracking", "Member community access"], }, { - id: "2", badge: "Most Popular", badgeIcon: Sparkles, + id: "2", badge: "Most Popular", badgeIcon: Star, price: "AED 2,500", name: "Elite Program", buttons: [ { text: "Get Started", href: "#" }, { text: "Contact Us", href: "#" }, @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1