6 Commits

Author SHA1 Message Date
6b8a1a2bb1 Merge version_2 into main
Merge version_2 into main
2026-03-09 08:58:22 +00:00
67086f98d1 Update src/app/page.tsx 2026-03-09 08:58:18 +00:00
f15f0ed34d Update src/app/layout.tsx 2026-03-09 08:58:17 +00:00
fd9cb25930 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:57:12 +00:00
7f03c42110 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:56:32 +00:00
28dff1461e Merge version_1 into main
Merge version_1 into main
2026-03-09 08:55:28 +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" }}