Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 02:07:51 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -43,14 +43,14 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="LUXE"
description="Discover timeless fashion that celebrates your unique style. Premium quality, sustainable materials, and designs that make a statement."
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore Collection", href: "#products" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg"
imageAlt="Fashion collection showcase"
frameStyle="card"
mediaAnimation="slide-up"
@@ -156,23 +156,23 @@ export default function LandingPage() {
},
{
id: "2", name: "Marcus Chen", role: "Influencer", company: "TrendSetters", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Portrait of Marcus Chen"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Marcus Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Fashion Blogger", company: "StyleVibe", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Portrait of Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Portrait of Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Style Consultant", company: "Wardrobe Pro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Portrait of David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of David Kim"
},
{
id: "5", name: "Jessica Williams", role: "Fashion Enthusiast", company: "TrendWatch", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Portrait of Jessica Williams"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Portrait of Jessica Williams"
},
{
id: "6", name: "James Anderson", role: "Retail Manager", company: "Fashion Retail Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Portrait of James Anderson"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of James Anderson"
}
]}
/>
@@ -215,7 +215,7 @@ export default function LandingPage() {
<ContactText
text="Ready to elevate your wardrobe? Get in touch with our team for personalized styling advice and exclusive offers."
animationType="entrance-slide"
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Contact Us", href: "mailto:hello@luxe.com" },
@@ -226,7 +226,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg"
imageAlt="Fashion collection footer"
logoText="LUXE"
copyrightText="© 2025 LUXE Fashion. All rights reserved."