Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 21:24:23 +00:00

View File

@@ -33,13 +33,13 @@ const heroSlides = [
const products = [
{
id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "elegant women casual shirt neutral"
id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=1", imageAlt: "elegant women casual shirt neutral"
},
{
id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "tailored blazer professional outfit"
id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=1", imageAlt: "tailored blazer professional outfit"
},
{
id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "stylish denim jeans collection"
id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=1", imageAlt: "stylish denim jeans collection"
},
];
@@ -58,15 +58,15 @@ const bulletPoints = [
const collections = [
{
id: "1", title: "Essential Basics Collection", author: "StyleHub Team", description: "Timeless pieces that form the foundation of every wardrobe. High-quality basics in neutral tones.", tags: ["Basics", "Timeless", "Everyday"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "Essentials collection showcase"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=2", imageAlt: "Essentials collection showcase"
},
{
id: "2", title: "Work & Professional Wear", author: "StyleHub Team", description: "Polished pieces for the modern professional. From blazers to tailored trousers.", tags: ["Professional", "Work", "Formal"],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "Professional wear collection"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=2", imageAlt: "Professional wear collection"
},
{
id: "3", title: "Weekend Casual", author: "StyleHub Team", description: "Comfortable yet stylish pieces for your downtime. Perfect for casual outings.", tags: ["Casual", "Comfort", "Weekend"],
imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "Casual wear collection"
imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=2", imageAlt: "Casual wear collection"
},
];