Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2401ff8fc | |||
| f5359b0dc8 | |||
| fa89076fc5 |
@@ -90,6 +90,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
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" },
|
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: [
|
features: [
|
||||||
@@ -100,11 +105,6 @@ export default function LandingPage() {
|
|||||||
features: [
|
features: [
|
||||||
"All monthly benefits", "2 Personal training sessions", "Nutrition consultation", "Priority class booking"],
|
"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" },
|
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: [
|
features: [
|
||||||
|
|||||||
Reference in New Issue
Block a user