Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 22:30:19 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Elevate Your Essence"
description="Discover the pinnacle of luxury fashion with 9ine Hearts. Each collection tells a story of refined craftsmanship, timeless elegance, and uncompromising quality. Experience clothing that transcends trends and becomes a reflection of your true self."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Luxury Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Heritage Accessories investment collection"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg", imageAlt: "Heritage Accessories investment collection"
}
]}
buttons={[{ text: "Explore Collections", href: "#" }]}