Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 08:58:22 +00:00
2 changed files with 14 additions and 1402 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -149,7 +149,7 @@ export default function LandingPage() {
{
id: "pro", badge: "Most Popular", badgeIcon: Flame,
price: "$59/mo", name: "Pro", buttons: [
{ text: "Start Trial", href: "contact" },
{ text: "Claim Your Free Week", href: "contact" },
{ text: "Learn More", href: "#" },
],
features: [
@@ -158,7 +158,7 @@ export default function LandingPage() {
},
{
id: "elite", price: "$99/mo", name: "Elite", buttons: [
{ text: "Join Elite", href: "contact" },
{ text: "Book Your Intro Session", href: "contact" },
{ text: "Contact Us", href: "#" },
],
features: [
@@ -230,7 +230,7 @@ export default function LandingPage() {
text="Ready to start your fitness transformation? Join thousands of members achieving their goals at Fit N' Fine Fitness."
animationType="background-highlight"
buttons={[
{ text: "Start Your Trial", href: "#" },
{ text: "Claim Your Free Week", href: "#" },
{ text: "Contact Us", href: "#" },
]}
background={{ variant: "radial-gradient" }}