Merge version_1 into main #1

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

File diff suppressed because it is too large Load Diff

View File

@@ -73,13 +73,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Signature Evening Dress", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg", imageAlt: "Signature Evening Dress from 9ine Hearts"
id: "1", name: "Signature Evening Dress", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg?_wi=1", imageAlt: "Signature Evening Dress from 9ine Hearts"
},
{
id: "2", name: "Premium Wool Jacket", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg", imageAlt: "Premium Wool Jacket from 9ine Hearts"
id: "2", name: "Premium Wool Jacket", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg?_wi=1", imageAlt: "Premium Wool Jacket from 9ine Hearts"
},
{
id: "3", name: "Luxury Leather Accessory", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg", imageAlt: "Luxury Leather Accessory from 9ine Hearts"
id: "3", name: "Luxury Leather Accessory", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg?_wi=1", imageAlt: "Luxury Leather Accessory from 9ine Hearts"
}
]}
buttons={[{ text: "View All Products", href: "#" }]}
@@ -116,15 +116,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "The Midnight Collection", tags: ["Evening Wear", "Limited Edition"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg", imageAlt: "Midnight Collection luxury evening wear"
imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg?_wi=2", imageAlt: "Midnight Collection luxury evening wear"
},
{
id: "2", title: "Urban Elegance Line", tags: ["Contemporary", "Versatile"],
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg", imageAlt: "Urban Elegance contemporary fashion line"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg?_wi=2", imageAlt: "Urban Elegance contemporary fashion line"
},
{
id: "3", title: "Heritage Accessories", tags: ["Timeless Pieces", "Investment Items"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg", imageAlt: "Heritage Accessories investment collection"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg?_wi=2", imageAlt: "Heritage Accessories investment collection"
}
]}
buttons={[{ text: "Explore Collections", href: "#" }]}