Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:28:04 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="NYXUS"
description="Four exclusive promise rings, each crafted to capture a moment of eternal devotion. Presented with cinematic precision and the luxury of understated elegance."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Discover Collection", href: "#products" },
{ text: "Learn Our Story", href: "#about" },
@@ -81,7 +81,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Exclusive Collection"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[{ text: "View All Rings", href: "#products" }]}
/>
</div>
@@ -98,7 +98,7 @@ export default function LandingPage() {
imageAlt="Nyxus jewelry craftsmanship and artisan detail"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -124,7 +124,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
tag="Premium Features"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
/>
</div>
@@ -137,7 +137,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Victoria Chen", handle: "Engaged March 2024", testimonial: "The moment I saw my Yarix Crown, I knew it was the one. The craftsmanship is breathtaking—it feels like wearing art.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Victoria Chen"},
@@ -146,11 +146,11 @@ export default function LandingPage() {
{
id: "3", name: "Sophie Laurent", handle: "Beauty Enthusiast", testimonial: "Not just a ring—it's a statement of authenticity. The luxury feels intimate, not ostentatious. That's rare.", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Sophie Laurent"},
{
id: "4", name: "Alexander Park", handle: "Luxury Collector", testimonial: "After visiting luxury houses across the world, Nyxus delivers premium quality without pretense. Absolutely stunning.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1", imageAlt: "Alexander Park"},
id: "4", name: "Alexander Park", handle: "Luxury Collector", testimonial: "After visiting luxury houses across the world, Nyxus delivers premium quality without pretense. Absolutely stunning.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Alexander Park"},
{
id: "5", name: "Emma Richardson", handle: "Fine Arts Curator", testimonial: "The design language is sophisticated and timeless. This is jewelry as emotional architecture. I'm obsessed.", 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: "Emma Richardson"},
{
id: "6", name: "Thomas Blackwell", handle: "Jewelry Connoisseur", testimonial: "Nyxus represents a new generation of luxury: intentional, emotional, and beautifully mysterious. Bravo.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2", imageAlt: "Thomas Blackwell"},
id: "6", name: "Thomas Blackwell", handle: "Jewelry Connoisseur", testimonial: "Nyxus represents a new generation of luxury: intentional, emotional, and beautifully mysterious. Bravo.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Thomas Blackwell"},
]}
speed={40}
topMarqueeDirection="left"
@@ -180,4 +180,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}