4 Commits

Author SHA1 Message Date
4c264f1380 Merge version_4 into main
Merge version_4 into main
2026-03-03 08:50:17 +00:00
a8ee593d53 Update src/app/page.tsx 2026-03-03 08:50:12 +00:00
9dd465181f Update src/app/layout.tsx 2026-03-03 08:50:11 +00:00
7fbb32e969 Merge version_3 into main
Merge version_3 into main
2026-03-03 08:47:33 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
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() {
return (
@@ -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: [
"24/7 gym access", "Unlimited classes", "Monthly fitness assessment", "Personalized workout plan", "Priority equipment access", "Member-only events"
]
@@ -218,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}