Update src/app/page.tsx
This commit is contained in:
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "essentials", title: "Essentials", description: "Timeless basics that form the foundation of any wardrobe. Quality fabrics, perfect fit, everyday staples.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg", imageAlt: "Folded quality casual apparel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=1", imageAlt: "Folded quality casual apparel"},
|
||||
items: [
|
||||
{ icon: Check, text: "Premium fabrics" },
|
||||
{ icon: Check, text: "Perfect fit" },
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "layers", title: "Layers & Outerwear", description: "Versatile pieces designed to transition across seasons. Layer with confidence using our carefully curated outerwear.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg", imageAlt: "Modern casual denim jacket"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg?_wi=1", imageAlt: "Modern casual denim jacket"},
|
||||
items: [
|
||||
{ icon: Check, text: "Versatile styling" },
|
||||
{ icon: Check, text: "Season-ready" },
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "statement", title: "Statement Pieces", description: "Stand out with intentional design. Pieces that make an impression while maintaining wearability and comfort.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg", imageAlt: "Premium dress elegant casual wear"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg?_wi=1", imageAlt: "Premium dress elegant casual wear"},
|
||||
items: [
|
||||
{ icon: Check, text: "Distinctive design" },
|
||||
{ icon: Check, text: "Comfortable wear" },
|
||||
@@ -132,15 +132,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "product-1", brand: "StyleNest", name: "Premium Cotton Essential Tee", price: "$48", rating: 5,
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg", imageAlt: "Premium cotton essential t-shirt", isFavorited: false,
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=2", imageAlt: "Premium cotton essential t-shirt", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "product-2", brand: "StyleNest", name: "Versatile Denim Jacket", price: "$128", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg", imageAlt: "Modern casual denim jacket", isFavorited: false,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg?_wi=2", imageAlt: "Modern casual denim jacket", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "product-3", brand: "StyleNest", name: "Minimalist Everyday Dress", price: "$89", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg", imageAlt: "Premium dress elegant casual wear", isFavorited: false,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg?_wi=2", imageAlt: "Premium dress elegant casual wear", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user