Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-08 11:13:10 +00:00

View File

@@ -42,11 +42,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
title="Timeless Elegance Redefined"
logoText="LUXA"
description="Discover our curated collection of luxury fashion pieces, where minimalist design meets premium craftsmanship. Each piece tells a story of editorial excellence and refined taste."
background={{ variant: "plain" }}
logoSrc="http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"
logoAlt="LUXA luxury brand logo"
imageSrc="http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"
imageAlt="LUXA luxury brand logo"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "View Lookbook", href: "#features" },
@@ -60,22 +59,28 @@ export default function LandingPage() {
features={[
{
title: "Spring/Summer 2025", description: "Contemporary silhouettes with artistic flair", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=1", imageAlt: "Spring collection featured dress", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
{
title: "Outerwear Essentials", description: "Premium jackets and coats for modern elegance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7070.jpg?_wi=1", imageAlt: "Luxury outerwear collection", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
{
title: "Accessories Edit", description: "Curated bags and accessories to complete your look", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors_23-2149548517.jpg?_wi=1", imageAlt: "Premium accessories collection", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
{
title: "Footwear Selection", description: "Statement shoes crafted with precision and style", imageSrc: "http://img.b2bpic.net/free-photo/long-skinny-legs-barefoot-with-high-heeled-sandals-shoes-fashion-details-elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-rich-stylish-lady-elegant-trend-footwear_285396-7257.jpg?_wi=1", imageAlt: "Luxury footwear collection", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
{
title: "Limited Edition", description: "Exclusive pieces available only to select clientele", imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752064.jpg", imageAlt: "Limited edition collection", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
{
title: "Capsule Collection", description: "Versatile essentials designed for timeless appeal", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-eyeglasses-black-silk-jumpsuit-sits-soft-brown-sofa-work-laptop-f_197531-33646.jpg?_wi=1", imageAlt: "Capsule collection showcase", buttonIcon: ArrowRight,
buttonHref: "#products"},
buttonHref: "#products"
},
]}
title="Editorial Collections"
description="Handpicked seasonal pieces featuring the finest materials and innovative design"
@@ -172,11 +177,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="LUXA"
tagline="Timeless elegance, modern luxury"
copyrightText="© 2025 | LUXA Luxury Fashion"
columns={[
{
title: "Collections", items: [
items: [
{ label: "New Arrivals", href: "#products" },
{ label: "Seasonal Edit", href: "#features" },
{ label: "Limited Edition", href: "#products" },
@@ -184,7 +187,7 @@ export default function LandingPage() {
],
},
{
title: "About", items: [
items: [
{ label: "Our Story", href: "#about" },
{ label: "Craftsmanship", href: "#about" },
{ label: "Sustainability", href: "#" },
@@ -192,7 +195,7 @@ export default function LandingPage() {
],
},
{
title: "Connect", items: [
items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@luxa.com" },