diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c5a681..9343f14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" /> @@ -124,7 +124,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} tag="Premium Features" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -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() { ); -} +} \ No newline at end of file