@@ -48,72 +44,45 @@ export default function LandingPage() {
@@ -126,47 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Adidas Samba OG",
- price: "45€",
- variant: "40, 42",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sneakers-riding-skateboard-outdoor-asphalt-surface_158595-4159.jpg",
- },
+ id: "p1", name: "Adidas Samba OG", price: "45€", variant: "40, 42", imageSrc: "http://img.b2bpic.net/free-photo/woman-sneakers-riding-skateboard-outdoor-asphalt-surface_158595-4159.jpg"},
{
- id: "p2",
- name: "Birkenstock Boston",
- price: "35€",
- variant: "38-42",
- imageSrc: "http://img.b2bpic.net/free-photo/people-ferris-wheel-high-angle_23-2149748533.jpg",
- },
+ id: "p2", name: "Birkenstock Boston", price: "35€", variant: "38-42", imageSrc: "http://img.b2bpic.net/free-photo/people-ferris-wheel-high-angle_23-2149748533.jpg"},
{
- id: "p3",
- name: "Doudoune Noire",
- price: "45€",
- variant: "M, L, XL",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-black-jacket-walking-through-bridge_1303-25988.jpg",
- },
+ id: "p3", name: "Doudoune Noire", price: "45€", variant: "M, L, XL", imageSrc: "http://img.b2bpic.net/free-photo/woman-black-jacket-walking-through-bridge_1303-25988.jpg"},
{
- id: "p4",
- name: "Veste Outdoor",
- price: "40€",
- variant: "M, L",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-with-trucker-hat_23-2149412790.jpg",
- },
+ id: "p4", name: "Veste Outdoor", price: "40€", variant: "M, L", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-with-trucker-hat_23-2149412790.jpg"},
{
- id: "p5",
- name: "Guess Tote Bag",
- price: "45€",
- variant: "Monogram",
- imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916687.jpg",
- },
+ id: "p5", name: "Guess Tote Bag", price: "45€", variant: "Monogram", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916687.jpg"},
{
- id: "p6",
- name: "Alo Yoga Set",
- price: "35€",
- variant: "S, M",
- imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-pensive-woman-being-good-physical-shape-takes-rest-urban-setting-wears-sportswear-holds-bottle-water-refresh-feels-satisfied-from-well-done-training-sporty-lifestyle_273609-59136.jpg",
- },
+ id: "p6", name: "Alo Yoga Set", price: "35€", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-pensive-woman-being-good-physical-shape-takes-rest-urban-setting-wears-sportswear-holds-bottle-water-refresh-feels-satisfied-from-well-done-training-sporty-lifestyle_273609-59136.jpg"},
]}
title="LE CATALOGUE"
description="Découvre nos pièces uniques disponibles en stock limité."
@@ -179,25 +118,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "1. Choix",
- content: "Choisis ton article et clique sur le bouton contact.",
- },
+ id: "1", title: "1. Choix", content: "Choisis ton article et clique sur le bouton contact."},
{
- id: "2",
- title: "2. Discussion",
- content: "On finalise le prix et les détails sur Snap ou Insta.",
- },
+ id: "2", title: "2. Discussion", content: "On finalise le prix et les détails sur Snap ou Insta."},
{
- id: "3",
- title: "3. Paiement",
- content: "PayPal, virement, ou espèces en main propre.",
- },
+ id: "3", title: "3. Paiement", content: "PayPal, virement, ou espèces en main propre."},
{
- id: "4",
- title: "4. Expédition",
- content: "Colissimo 48-72h (3,70€) ou remise en main propre.",
- },
+ id: "4", title: "4. Expédition", content: "Colissimo 48-72h (3,70€) ou remise en main propre."},
]}
title="COMMANDER"
description="Simple et rapide."
@@ -212,13 +139,9 @@ export default function LandingPage() {
description="Nous sélectionnons uniquement les meilleures pièces streetwear pour vous garantir authenticité et style à prix réduit."
metrics={[
{
- value: "100%",
- title: "Authenticité",
- },
+ value: "100%", title: "Authenticité"},
{
- value: "500+",
- title: "Ventes réalisées",
- },
+ value: "500+", title: "Ventes réalisées"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-black-jacket-walking-through-bridge_1303-25985.jpg"
imageAlt="Woman in black jacket walking through the bridge"
@@ -231,8 +154,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file