Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c264f1380 | |||
| a8ee593d53 | |||
| 9dd465181f | |||
| 7fbb32e969 | |||
| 82600b4353 | |||
| de24e5d054 | |||
| 62800117af | |||
| 44dc622d30 | |||
| 4bcc7434f1 |
@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Zap, Flame, Instagram, Linkedin, Globe } from 'lucide-react';
|
import { Zap, Flame, Instagram, Linkedin, Globe, Star } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="FitPulse gym facilities and equipment"
|
imageAlt="FitPulse gym facilities and equipment"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Journey", href: "contact" },
|
{ text: "Start Free Trial Today", href: "contact" },
|
||||||
{ text: "Tour Facility", href: "classes" }
|
{ text: "Tour Facility", href: "classes" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -114,7 +114,8 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", tag: "Pro Plan", price: "$59", period: "/month", description: "Our most popular plan. 24/7 gym access with unlimited classes and personal coaching consultations.", button: { text: "Choose Pro", href: "contact" },
|
id: "pro", tag: "Pro Plan", tagIcon: Star,
|
||||||
|
price: "$59", period: "/month", description: "Our most popular plan. 24/7 gym access with unlimited classes and personal coaching consultations.", button: { text: "Choose Pro", href: "contact" },
|
||||||
featuresTitle: "What's Included:", features: [
|
featuresTitle: "What's Included:", features: [
|
||||||
"24/7 gym access", "Unlimited classes", "Monthly fitness assessment", "Personalized workout plan", "Priority equipment access", "Member-only events"
|
"24/7 gym access", "Unlimited classes", "Monthly fitness assessment", "Personalized workout plan", "Priority equipment access", "Member-only events"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user