Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
href: "#equipment",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg?_wi=1"
|
||||
imageAlt="Tennis action"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
price: "299 €",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
price: "180 €",
|
||||
rating: 4,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
name: "Novak D.",
|
||||
role: "Champion",
|
||||
description: "24 Grand Chelem",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
handle: "@marie",
|
||||
testimonial: "Très précis pour choisir son cordage.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-129.jpg?_wi=2",
|
||||
imageAlt: "Fit squash player posing with her racket",
|
||||
},
|
||||
{
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
handle: "@paul",
|
||||
testimonial: "Les stats sont vraiment poussées.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg?_wi=2",
|
||||
imageAlt: "Fit squash player posing with her racket",
|
||||
},
|
||||
{
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
handle: "@alice",
|
||||
testimonial: "Enfin une plateforme moderne.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg?_wi=2",
|
||||
imageAlt: "Fit squash player posing with her racket",
|
||||
},
|
||||
{
|
||||
@@ -259,7 +259,7 @@ export default function LandingPage() {
|
||||
handle: "@lucie",
|
||||
testimonial: "Parfait pour les fans de stats.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-player-with-her-racket_23-2148208277.jpg?_wi=2",
|
||||
imageAlt: "Fit squash player posing with her racket",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user