Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user