Merge version_1 into main #3
@@ -94,22 +94,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "NewmTech", name: "Performance Gym Tee", price: "$29", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"},
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "NewmTech", name: "Elite Runner V1", price: "$89", rating: 5,
|
||||
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"},
|
||||
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", brand: "NewmTech", name: "Pro Compression Leggings", price: "$45", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"},
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4", brand: "NewmTech", name: "Track Essential Short", price: "$35", rating: 5,
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"},
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5", brand: "NewmTech", name: "Training Hoodie", price: "$65", rating: 4,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", brand: "NewmTech", name: "Dynamic Crew Socks", price: "$12", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"},
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=2"},
|
||||
]}
|
||||
title="Featured Gear"
|
||||
description="Our most popular picks for the season."
|
||||
|
||||
Reference in New Issue
Block a user