Merge version_1 into main #1
@@ -84,13 +84,13 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "silk fabric close up texture"
|
||||
id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=1", imageAlt: "silk fabric close up texture"
|
||||
},
|
||||
{
|
||||
id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "linen fabric texture detail"
|
||||
id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=1", imageAlt: "linen fabric texture detail"
|
||||
},
|
||||
{
|
||||
id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "wool blend fabric texture"
|
||||
id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=1", imageAlt: "wool blend fabric texture"
|
||||
},
|
||||
{
|
||||
id: "silk-blend", name: "Silk Blend", price: "$42.99", variant: "Silk Mix", imageSrc: "http://img.b2bpic.net/free-photo/crumpled-up-golden-foil-background_23-2148846097.jpg", imageAlt: "silk blend premium fabric"
|
||||
@@ -120,15 +120,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "Quality check icon"
|
||||
title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=2", imageAlt: "Quality check icon"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "Quality seal icon"
|
||||
title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=2", imageAlt: "Quality seal icon"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "Shipping icon"
|
||||
title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=2", imageAlt: "Shipping icon"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Feature highlights section"
|
||||
|
||||
Reference in New Issue
Block a user