Merge version_1 into main #1
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "tee-classic", name: "Classic White Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg", imageAlt: "Premium white classic t-shirt"
|
||||
id: "tee-classic", name: "Classic White Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg?_wi=1", imageAlt: "Premium white classic t-shirt"
|
||||
},
|
||||
{
|
||||
id: "tee-premium", name: "Premium Comfort Tee", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg", imageAlt: "Premium comfort white tee"
|
||||
id: "tee-premium", name: "Premium Comfort Tee", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg?_wi=1", imageAlt: "Premium comfort white tee"
|
||||
},
|
||||
{
|
||||
id: "tee-oversized", name: "Oversized Tee", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg", imageAlt: "Relaxed oversized white tee"
|
||||
id: "tee-oversized", name: "Oversized Tee", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg?_wi=1", imageAlt: "Relaxed oversized white tee"
|
||||
},
|
||||
{
|
||||
id: "tee-essential", name: "Essential Tee", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448743.jpg", imageAlt: "Essential minimalist white tee"
|
||||
@@ -151,13 +151,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Premium Comfort", description: "Soft, breathable 100% organic cotton that feels amazing from day one.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg", imageAlt: "Premium comfort material detail", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
id: "feature-1", title: "Premium Comfort", description: "Soft, breathable 100% organic cotton that feels amazing from day one.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg?_wi=2", imageAlt: "Premium comfort material detail", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Sustainable Production", description: "Ethically manufactured with eco-conscious processes and fair labor practices.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg", imageAlt: "Sustainable production process", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
id: "feature-2", title: "Sustainable Production", description: "Ethically manufactured with eco-conscious processes and fair labor practices.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg?_wi=2", imageAlt: "Sustainable production process", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "Timeless Design", description: "Minimalist aesthetics that pair with everything in your wardrobe.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg", imageAlt: "Timeless minimalist design", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
id: "feature-3", title: "Timeless Design", description: "Minimalist aesthetics that pair with everything in your wardrobe.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg?_wi=2", imageAlt: "Timeless minimalist design", buttons: [{ text: "Learn More", href: "#quality" }]
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user