Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1b94dfa32 | |||
| 843f4ffe06 | |||
| 05549a8a28 | |||
| 1eb52ce0df | |||
| 940725e0ce |
@@ -45,17 +45,17 @@ export default function LandingPage() {
|
||||
description="Adorable designs made with love. High-quality baby and kids apparel perfect for gifts, special moments, and everyday smiles."
|
||||
buttons={[
|
||||
{ text: "Shop Onesies", href: "products" },
|
||||
{ text: "Shop Kids Tees", href: "products" }
|
||||
{ text: "Browse All", href: "products" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-cute-boys-hiding-with-checkered-sheet_179666-45446.jpg", imageAlt: "Adorable baby onesie collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-baby-shower-concept_23-2148731362.jpg", imageAlt: "Cute baby apparel design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-baby-shower-concept_23-2148731362.jpg?_wi=1", imageAlt: "Cute baby apparel design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/everything-will-be-ok-spanish_23-2148483407.jpg", imageAlt: "Playful kids shirt design"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/everything-will-be-ok-spanish_23-2148483407.jpg?_wi=1", imageAlt: "Playful kids shirt design"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -84,13 +84,13 @@ export default function LandingPage() {
|
||||
tag="Bestsellers"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Sunshine Onesie", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-baby-shower-concept_23-2148731362.jpg", imageAlt: "Sunshine Onesie"
|
||||
id: "1", name: "Sunshine Onesie", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-baby-shower-concept_23-2148731362.jpg?_wi=2", imageAlt: "Sunshine Onesie"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mint Dream Onesie", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/baby-shoes-romper_23-2147698699.jpg", imageAlt: "Mint Dream Onesie"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Adventure Kids Tee", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/everything-will-be-ok-spanish_23-2148483407.jpg", imageAlt: "Adventure Kids Tee"
|
||||
id: "3", name: "Adventure Kids Tee", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/everything-will-be-ok-spanish_23-2148483407.jpg?_wi=2", imageAlt: "Adventure Kids Tee"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dreamer Toddler Shirt", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-with-toy-hat_23-2148350077.jpg", imageAlt: "Dreamer Toddler Shirt"
|
||||
|
||||
Reference in New Issue
Block a user