Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:55:33 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
tag="Spring 2025 Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -52,7 +52,7 @@ export default function LandingPage() {
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-309.jpg", imageAlt: "Elegant runway fashion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg", imageAlt: "Designer collection showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg?_wi=1", imageAlt: "Luxury couture dress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Luxury couture dress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-fashion-woman-accessories-golden-heeled-shoes-little-evening-purse-elegant-style-vintage-style-sandals-footwear_285396-7261.jpg", imageAlt: "Premium accessories" }
]}
rightCarouselItems={[
@@ -101,7 +101,7 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "The Silk Blazer", price: "$485", imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg?_wi=2", imageAlt: "Fashion dress elegant designer luxury"
id: "1", name: "The Silk Blazer", price: "$485", imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Fashion dress elegant designer luxury"
},
{
id: "2", name: "Premium Tailored Trousers", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", imageAlt: "Fashion blazer suit designer premium"
@@ -155,7 +155,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Charlotte West", handle: "@charlotteflow", testimonial: "Finally, a luxury brand that understands modern elegance. Absolutely obsessed with my purchases.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg?_wi=1", imageAlt: "portrait woman professional headshot luxury"
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "portrait woman professional headshot luxury"
},
{
id: "5", name: "Isabella Chen", handle: "@isabellashine", testimonial: "The customer service is as premium as the fashion. A truly exceptional experience from start to finish.", rating: 5,
@@ -163,7 +163,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Victoria Hayes", handle: "@victoriavogue", testimonial: "Every collection launch feels like an event. ÉLYSIAN sets the standard for sophisticated style.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg?_wi=2", imageAlt: "portrait woman professional fashion premium"
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "portrait woman professional fashion premium"
}
]}
showRating={true}