3 Commits

Author SHA1 Message Date
e2401ff8fc Update src/app/page.tsx 2026-03-05 06:51:35 +00:00
f5359b0dc8 Merge version_2 into main
Merge version_2 into main
2026-03-05 06:50:08 +00:00
fa89076fc5 Merge version_2 into main
Merge version_2 into main
2026-03-05 06:49:23 +00:00

View File

@@ -90,6 +90,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "biannual", title: "6-Month", price: "$239", period: "/6 months", imageSrc: "https://images.unsplash.com/photo-1517836357463-d25ddfcbf042?w=400&h=300&fit=crop", imageAlt: "6-month membership option", button: { text: "Join Now", href: "contact" },
features: [
"All 3-month benefits", "Monthly fitness assessment", "4 Personal training sessions", "Guest passes (2/month)"],
},
{
id: "monthly", title: "Monthly", price: "$49", period: "/month", imageSrc: "https://images.unsplash.com/photo-1549576474-5c3a9b6f8a01?w=400&h=300&fit=crop", imageAlt: "Monthly membership option", button: { text: "Join Now", href: "contact" },
features: [
@@ -100,11 +105,6 @@ export default function LandingPage() {
features: [
"All monthly benefits", "2 Personal training sessions", "Nutrition consultation", "Priority class booking"],
},
{
id: "biannual", title: "6-Month", price: "$239", period: "/6 months", imageSrc: "https://images.unsplash.com/photo-1517836357463-d25ddfcbf042?w=400&h=300&fit=crop", imageAlt: "6-month membership option", button: { text: "Join Now", href: "contact" },
features: [
"All 3-month benefits", "Monthly fitness assessment", "4 Personal training sessions", "Guest passes (2/month)"],
},
{
id: "annual", title: "Annual", price: "$449", period: "/year", imageSrc: "https://images.unsplash.com/photo-1540497905566-8abeef1e2c3b?w=400&h=300&fit=crop", imageAlt: "Annual membership option", button: { text: "Join Now", href: "contact" },
features: [