Update src/app/page.tsx
This commit is contained in:
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Luca R.", handle: "@luca_fit", testimonial: "Best gym in Lecce, intense training!", rating: 5,
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=1"},
|
||||
{
|
||||
name: "Giulia M.", handle: "@giuliacross", testimonial: "Coaches are incredible and attentive.", rating: 5,
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=2"},
|
||||
{
|
||||
name: "Marco P.", handle: "@marco_wod", testimonial: "Life changing gym experience.", rating: 5,
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=3"},
|
||||
{
|
||||
name: "Sara B.", handle: "@sara_elite", testimonial: "Community is top tier.", rating: 5,
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=4"},
|
||||
{
|
||||
name: "Davide S.", handle: "@davide_box", testimonial: "Pure CrossFit, elite environment.", rating: 5,
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=15&size=600x400&maptype=roadmap&markers=color:red%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -173,11 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1", name: "Coach Alessandro", role: "Head Coach", description: "Expert in CrossFit methodology.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
id: "m1", name: "Coach Alessandro", role: "Head Coach", description: "Expert in CrossFit methodology.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=1"},
|
||||
{
|
||||
id: "m2", name: "Coach Sofia", role: "Lifting Specialist", description: "Focuses on mobility and strength.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
id: "m2", name: "Coach Sofia", role: "Lifting Specialist", description: "Focuses on mobility and strength.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=2"},
|
||||
{
|
||||
id: "m3", name: "Coach Roberto", role: "Performance Trainer", description: "Elite athlete prep specialist.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY"},
|
||||
id: "m3", name: "Coach Roberto", role: "Performance Trainer", description: "Elite athlete prep specialist.", imageSrc: "https://maps.googleapis.com/maps/api/staticmap?center=40.3239,18.2324&zoom=18&size=400x400&maptype=roadmap&markers=color:blue%7C40.3239,18.2324&key=YOUR_API_KEY&_wi=3"},
|
||||
]}
|
||||
title="Meet Our Elite Coaches"
|
||||
description="Meet the team that drives our excellence."
|
||||
|
||||
Reference in New Issue
Block a user