Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-10 22:30:48 +00:00

View File

@@ -122,7 +122,7 @@ export default function LandingPage() {
<HeroCentered
title="Discover Exquisite Living, Delivered to Your Door"
description="Curated luxury products for an elevated lifestyle. Experience seamless shopping and unparalleled quality, meticulously sourced for you."
background={{ variant: "noise-gradient" }}
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: resolveAsset("hero-avatar-1")?.url, alt: resolveAsset("hero-avatar-1")?.alt || "Happy customer Sarah" },
{ src: resolveAsset("hero-avatar-2")?.url, alt: resolveAsset("hero-avatar-2")?.alt || "Satisfied customer Mike" },
@@ -134,7 +134,7 @@ export default function LandingPage() {
{ text: "Shop Collections", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="icon-arrow"
buttonAnimation="text-stagger"
useInvertedBackground={false}
/>
</div>
@@ -151,8 +151,8 @@ export default function LandingPage() {
useInvertedBackground={true}
imageSrc={resolveAsset("about-luxury-item")?.url}
imageAlt={resolveAsset("about-luxury-item")?.alt}
mediaAnimation="entrance-slide"
metricsAnimation="entrance-slide"
mediaAnimation="text-stagger"
metricsAnimation="text-stagger"
/>
</div>
@@ -229,7 +229,7 @@ export default function LandingPage() {
]}
imageSrc={resolveAsset("faq-customer-service")?.url}
imageAlt={resolveAsset("faq-customer-service")?.alt}
mediaAnimation="entrance-slide"
mediaAnimation="text-stagger"
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about our products and services, ensuring a smooth and confident shopping experience."
faqsAnimation="slide-up"
@@ -251,7 +251,7 @@ export default function LandingPage() {
useInvertedBackground={true}
imageSrc={resolveAsset("contact-luxury-desk")?.url}
imageAlt={resolveAsset("contact-luxury-desk")?.alt}
mediaAnimation="entrance-slide"
mediaAnimation="text-stagger"
mediaPosition="right"
buttonText="Send Message"
/>