Update src/app/page.tsx
This commit is contained in:
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivera", handle: "@alex_fit", testimonial: "The best gym in the city. The intensity and atmosphere are unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-treadmill_1098-15787.jpg", imageAlt: "modern luxury gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-treadmill_1098-15787.jpg?_wi=1", imageAlt: "modern luxury gym interior"},
|
||||
{
|
||||
name: "Sarah Chen", handle: "@sarah_trains", testimonial: "IronApex completely transformed my approach to fitness. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg", imageAlt: "modern luxury gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg?_wi=1", imageAlt: "modern luxury gym interior"},
|
||||
{
|
||||
name: "Mark Miller", handle: "@mark_lifts", testimonial: "World-class facilities. Every machine is top-tier quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ab-wheel-gym-floor_23-2147687852.jpg", imageAlt: "modern luxury gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ab-wheel-gym-floor_23-2147687852.jpg?_wi=1", imageAlt: "modern luxury gym interior"},
|
||||
{
|
||||
name: "Jessica Low", handle: "@jess_fit", testimonial: "Finally, a gym that takes performance seriously.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg", imageAlt: "modern luxury gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg?_wi=1", imageAlt: "modern luxury gym interior"},
|
||||
{
|
||||
name: "Tom Baker", handle: "@tom_trains", testimonial: "The staff are incredibly knowledgeable and helpful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg", imageAlt: "modern luxury gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=1", imageAlt: "modern luxury gym interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Plans", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/training-treadmill_1098-15787.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/training-treadmill_1098-15787.jpg?_wi=2"
|
||||
imageAlt="IronApex high-performance gym interior"
|
||||
avatars={[
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Tour Our Gym", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024275.jpg?_wi=2"
|
||||
imageAlt="IronApex training facility interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -112,15 +112,15 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f1", title: "Elite Powerlifting", descriptions: [
|
||||
"Access to state-of-the-art power racks and certified equipment."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ab-wheel-gym-floor_23-2147687852.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ab-wheel-gym-floor_23-2147687852.jpg?_wi=2"},
|
||||
{
|
||||
id: "f2", title: "Modern Cardio Suite", descriptions: [
|
||||
"High-tech treadmills and cycles integrated with health tracking."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg?_wi=2"},
|
||||
{
|
||||
id: "f3", title: "Functional Training", descriptions: [
|
||||
"Open turf area for all your mobility and conditioning needs."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2"},
|
||||
]}
|
||||
title="Why IronApex?"
|
||||
description="We offer more than just a workout. We provide a holistic training experience."
|
||||
|
||||
Reference in New Issue
Block a user