Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -51,12 +51,12 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg", imageAlt: "Dropshipping products showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "Electronics product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg", imageAlt: "Fashion apparel" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg", imageAlt: "Home decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg", imageAlt: "Beauty products" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg", imageAlt: "Sports equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg?_wi=1", imageAlt: "Dropshipping products showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=1", imageAlt: "Electronics product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg?_wi=1", imageAlt: "Fashion apparel" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg?_wi=1", imageAlt: "Home decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg?_wi=1", imageAlt: "Beauty products" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg?_wi=1", imageAlt: "Sports equipment" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Started Free", href: "contact" },
|
||||
@@ -80,22 +80,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "TechHub", name: "Wireless Earbuds Pro", price: "$45.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "Wireless earbuds"},
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=2", imageAlt: "Wireless earbuds"},
|
||||
{
|
||||
id: "2", brand: "StyleWear", name: "Premium Cotton T-Shirt", price: "$24.99", rating: 4,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg", imageAlt: "Cotton t-shirt"},
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg?_wi=2", imageAlt: "Cotton t-shirt"},
|
||||
{
|
||||
id: "3", brand: "HomeEssence", name: "Modern LED Wall Lamp", price: "$36.50", rating: 5,
|
||||
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg", imageAlt: "LED wall lamp"},
|
||||
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg?_wi=2", imageAlt: "LED wall lamp"},
|
||||
{
|
||||
id: "4", brand: "BeautyGlow", name: "Hydrating Face Serum", price: "$28.99", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg", imageAlt: "Face serum"},
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg?_wi=2", imageAlt: "Face serum"},
|
||||
{
|
||||
id: "5", brand: "FitLife", name: "Yoga Mat Premium", price: "$32.00", rating: 4,
|
||||
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg", imageAlt: "Yoga mat"},
|
||||
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg?_wi=2", imageAlt: "Yoga mat"},
|
||||
{
|
||||
id: "6", brand: "TechHub", name: "USB-C Fast Charger", price: "$19.99", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "USB-C charger"},
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=3", imageAlt: "USB-C charger"},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Products", href: "https://example.com" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
{ value: "50K+", title: "Active Sellers Growing Monthly" },
|
||||
{ value: "$2.5M", title: "Total Revenue Generated" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg?_wi=2"
|
||||
imageAlt="Dropshipping platform dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user