Merge version_1 into main #3
@@ -74,15 +74,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Elegance Studio", name: "Minimalist Linen Dress", price: "$89.00", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", imageAlt: "Minimalist Linen Dress in cream color"
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=1", imageAlt: "Minimalist Linen Dress in cream color"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Elegance Studio", name: "Premium Cotton Tee", price: "$45.00", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg", imageAlt: "Premium Cotton Tee in natural white"
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg?_wi=1", imageAlt: "Premium Cotton Tee in natural white"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Elegance Studio", name: "Classic Blazer", price: "$125.00", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg", imageAlt: "Classic Blazer in charcoal gray"
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg?_wi=1", imageAlt: "Classic Blazer in charcoal gray"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -97,15 +97,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Materials", description: "We source only the finest natural fabrics and materials to ensure comfort and durability in every garment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", imageAlt: "Premium fabric close-up"
|
||||
title: "Premium Materials", description: "We source only the finest natural fabrics and materials to ensure comfort and durability in every garment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=2", imageAlt: "Premium fabric close-up"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Sustainable Production", description: "Our ethical manufacturing process ensures fair labor practices and minimal environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg", imageAlt: "Sustainable production facility"
|
||||
title: "Sustainable Production", description: "Our ethical manufacturing process ensures fair labor practices and minimal environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg?_wi=2", imageAlt: "Sustainable production facility"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Expert Styling", description: "Each piece is designed by experienced fashion professionals who understand modern aesthetics and comfort needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg", imageAlt: "Designer working on collection"
|
||||
title: "Expert Styling", description: "Each piece is designed by experienced fashion professionals who understand modern aesthetics and comfort needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg?_wi=2", imageAlt: "Designer working on collection"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Fashion Blogger", company: "Style & Elegance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Portrait of Sarah Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Johnson", role: "Creative Director", company: "Design Studio NYC", rating: 5,
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Laura Rodriguez", role: "Marketing Executive", company: "Brand Strategy Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Portrait of Laura Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Portrait of Laura Rodriguez"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user