Merge version_2 into main #4
1410
src/app/layout.tsx
1410
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user