Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 21:22:20 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -30,11 +30,11 @@ 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 silk blend blouse"},
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 silk blend blouse"},
{
id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "Professional tailored blazer"},
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: "Professional tailored blazer"},
{
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: "High-quality denim jeans"},
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: "High-quality denim jeans"},
];
const bulletPoints = [
@@ -52,13 +52,13 @@ 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"},
];
const testimonials = [