diff --git a/src/app/page.tsx b/src/app/page.tsx
index a615950..0be38ba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,36 +29,28 @@ export default function LandingPage() {
@@ -72,59 +64,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "r1",
- brand: "Wilson",
- name: "Pro Staff RF",
- price: "299 €",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg?_wi=1",
- },
+ id: "r1", brand: "Wilson", name: "Pro Staff RF", price: "299 €", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-pallet-blurry-lights_23-2149459023.jpg"},
{
- id: "r2",
- brand: "Babolat",
- name: "Pure Aero",
- price: "259 €",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940920.jpg",
- },
+ id: "r2", brand: "Babolat", name: "Pure Aero", price: "259 €", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940920.jpg"},
{
- id: "s1",
- brand: "Head",
- name: "Speed Pro",
- price: "180 €",
- rating: 4,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg?_wi=1",
- },
+ id: "s1", brand: "Head", name: "Speed Pro", price: "180 €", rating: 4,
+ reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005715.jpg"},
{
- id: "s2",
- brand: "Yonex",
- name: "Ezone 98",
- price: "220 €",
- rating: 5,
- reviewCount: "96",
- imageSrc: "http://img.b2bpic.net/free-photo/tennis-racquet-is-standing-near-tennis-net-outside-bright-sunny-day_613910-15295.jpg",
- },
+ id: "s2", brand: "Yonex", name: "Ezone 98", price: "220 €", rating: 5,
+ reviewCount: "96", imageSrc: "http://img.b2bpic.net/free-photo/tennis-racquet-is-standing-near-tennis-net-outside-bright-sunny-day_613910-15295.jpg"},
{
- id: "r3",
- brand: "Wilson",
- name: "Blade 98",
- price: "230 €",
- rating: 4,
- reviewCount: "55",
- imageSrc: "http://img.b2bpic.net/free-photo/sided-view-athlete-running-starting-line_23-2149731274.jpg",
- },
+ id: "r3", brand: "Wilson", name: "Blade 98", price: "230 €", rating: 4,
+ reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sided-view-athlete-running-starting-line_23-2149731274.jpg"},
{
- id: "r4",
- brand: "Babolat",
- name: "Pure Strike",
- price: "210 €",
- rating: 5,
- reviewCount: "72",
- imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-123.jpg",
- },
+ id: "r4", brand: "Babolat", name: "Pure Strike", price: "210 €", rating: 5,
+ reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-123.jpg"},
]}
title="Équipements Pro"
description="Retrouvez les dernières technologies pour dominer le court."
@@ -133,38 +89,19 @@ export default function LandingPage() {
@@ -275,25 +166,17 @@ export default function LandingPage() {
{
items: [
{
- label: "À propos",
- href: "#",
- },
+ label: "À propos", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
{
items: [
{
- label: "Légalité",
- href: "#",
- },
+ label: "Légalité", href: "#"},
{
- label: "Confidentialité",
- href: "#",
- },
+ label: "Confidentialité", href: "#"},
],
},
]}