From 7fcac8f6cdfeff60458d44664758b31433bc2b33 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:36:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e43867..4bb5660 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."