From 00a040027c79229977157160bb243c44bdaf9a91 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:04:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92cda4a..55c2e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,11 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", name: "Flex Starter", price: "$69/mo", features: ["24/7 Access", "Full Gym Equipment", "No Hidden Fees"], + id: "starter", name: "Flex Starter", price: "$99/mo", features: ["24/7 Access", "Full Gym Equipment", "No Hidden Fees"], buttons: [{ text: "Sign Up", href: "#contact" }], }, { - id: "annual", name: "Pro Annual", price: "$59/mo", badge: "Most Popular", features: ["Everything in Flex", "Priority Support", "Guest Passes"], + id: "annual", name: "Pro Annual", price: "$89/mo", badge: "Most Popular", features: ["Everything in Flex", "Priority Support", "Guest Passes"], buttons: [{ text: "Sign Up", href: "#contact" }], }, ]} @@ -135,7 +135,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Carlos M.", role: "Pro Athlete", company: "Training Room", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/afro-american-sports-man-resting-after-workout_171337-8260.jpg" }, + { id: "1", name: "Carlo's", role: "Pro Athlete", company: "Training Room", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/afro-american-sports-man-resting-after-workout_171337-8260.jpg" }, { id: "2", name: "Ana R.", role: "Powerlifter", company: "Training Room", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg" }, { id: "3", name: "David L.", role: "Local Trainer", company: "Training Room", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-wearing-headphones-raising-dumbbells-isolated-olive-green_141793-73311.jpg" }, { id: "4", name: "Elena P.", role: "Fitness Coach", company: "Training Room", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-skating-ring-with-copy-space_23-2148721092.jpg" }, -- 2.49.1