Update src/app/page.tsx
This commit is contained in:
@@ -55,11 +55,11 @@ export default function DRXTLanding() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-black-spanish-male-friends-standing-front-blue-metal-gate_181624-57919.jpg", imageAlt: "fashion clothing modern streetwear apparel" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176663.jpg", imageAlt: "clothing tshirt apparel fashion product" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg", imageAlt: "jacket outerwear clothing fashion apparel" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", imageAlt: "hoodie sweatshirt clothing fashion casual" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "pants jeans bottoms clothing fashion" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg", imageAlt: "fashion style clothing quality design" }
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176663.jpg?_wi=1", imageAlt: "clothing tshirt apparel fashion product" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg?_wi=1", imageAlt: "jacket outerwear clothing fashion apparel" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=1", imageAlt: "hoodie sweatshirt clothing fashion casual" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=1", imageAlt: "pants jeans bottoms clothing fashion" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg?_wi=1", imageAlt: "fashion style clothing quality design" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -79,19 +79,19 @@ export default function DRXTLanding() {
|
||||
products={[
|
||||
{
|
||||
id: "prod-1", brand: "DRXT", name: "Essential Cotton Tee", price: "$49.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176663.jpg", imageAlt: "clothing tshirt apparel fashion product"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176663.jpg?_wi=2", imageAlt: "clothing tshirt apparel fashion product"
|
||||
},
|
||||
{
|
||||
id: "prod-2", brand: "DRXT", name: "Premium Oversized Jacket", price: "$159.00", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg", imageAlt: "jacket outerwear clothing fashion apparel"
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg?_wi=2", imageAlt: "jacket outerwear clothing fashion apparel"
|
||||
},
|
||||
{
|
||||
id: "prod-3", brand: "DRXT", name: "Urban Comfort Hoodie", price: "$89.00", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", imageAlt: "hoodie sweatshirt clothing fashion casual"
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=2", imageAlt: "hoodie sweatshirt clothing fashion casual"
|
||||
},
|
||||
{
|
||||
id: "prod-4", brand: "DRXT", name: "Classic Fit Trousers", price: "$119.00", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "pants jeans bottoms clothing fashion"
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=2", imageAlt: "pants jeans bottoms clothing fashion"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -118,7 +118,7 @@ export default function DRXTLanding() {
|
||||
tag="Collections"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg?_wi=2"
|
||||
imageAlt="DRXT collection showcase"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user