Merge version_1 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user