Merge version_3 into main #4
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user