Update src/app/page.tsx

This commit is contained in:
2026-03-05 21:29:43 +00:00
parent 85063c32a4
commit 33fcd3fca7

View File

@@ -69,15 +69,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Moderne Trainingsgeräte", tags: ["Ausstattung", "Top Qualität"],
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Modern strength training equipment"
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=1", imageAlt: "Modern strength training equipment"
},
{
id: "2", title: "Lange Öffnungszeiten", tags: ["Flexibilität", "24/7 Fast"],
imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-woman-with-headphones-jogging-running-track-gym_637285-8566.jpg", imageAlt: "State-of-the-art cardio machines"
imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-woman-with-headphones-jogging-running-track-gym_637285-8566.jpg?_wi=1", imageAlt: "State-of-the-art cardio machines"
},
{
id: "3", title: "Freundliches Personal", tags: ["Support", "Beratung"],
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg", imageAlt: "Functional training area with free weights"
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=1", imageAlt: "Functional training area with free weights"
},
{
id: "4", title: "Top Preis-Leistung", tags: ["Erschwinglich", "Wert"],
@@ -98,15 +98,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Krafttraining", tags: ["Muskelaufbau", "Gewichte"],
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Complete strength training facilities"
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=2", imageAlt: "Complete strength training facilities"
},
{
id: "2", title: "Cardiotraining", tags: ["Ausdauer", "Fitness"],
imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-woman-with-headphones-jogging-running-track-gym_637285-8566.jpg", imageAlt: "Modern cardio equipment"
imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-woman-with-headphones-jogging-running-track-gym_637285-8566.jpg?_wi=2", imageAlt: "Modern cardio equipment"
},
{
id: "3", title: "Funktionales Training", tags: ["Flexibilität", "Performance"],
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg", imageAlt: "Functional training equipment"
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2", imageAlt: "Functional training equipment"
},
]}
animationType="blur-reveal"