Update src/app/page.tsx
This commit is contained in:
@@ -67,19 +67,19 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg?_wi=1",
|
||||
imageAlt: "Gym interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg?_wi=1",
|
||||
imageAlt: "Gym equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=1",
|
||||
imageAlt: "People training",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg?_wi=1",
|
||||
imageAlt: "Personal trainer",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
description: "Customized cardio and strength programs designed for healthy fat loss.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg?_wi=2",
|
||||
imageAlt: "modern gym fitness center interior",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
description: "Structured resistance training to build strength and physique.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Activity,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg?_wi=2",
|
||||
imageAlt: "weight lifting area gym",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
description: "Live virtual coaching sessions from the comfort of your home.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Laptop,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=2",
|
||||
imageAlt: "happy people exercising in gym",
|
||||
},
|
||||
{
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
description: "Dedicated one-on-one attention from experienced fitness experts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg?_wi=2",
|
||||
imageAlt: "fitness trainer helping client",
|
||||
},
|
||||
]}
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
quote: "The trainers are extremely supportive and knowledgeable.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
quote: "I feel healthier and stronger every single day thanks to this team.",
|
||||
name: "Priya Sharma",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Success Stories"
|
||||
@@ -240,7 +240,7 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our fitness studio."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=3"
|
||||
imageAlt="Gym atmosphere"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user