Merge version_1 into main #3
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
<HeroCentered
|
<HeroCentered
|
||||||
title="Discover Exquisite Living, Delivered to Your Door"
|
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."
|
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={[
|
avatars={[
|
||||||
{ src: resolveAsset("hero-avatar-1")?.url, alt: resolveAsset("hero-avatar-1")?.alt || "Happy customer Sarah" },
|
{ 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" },
|
{ 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: "Shop Collections", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="icon-arrow"
|
buttonAnimation="text-stagger"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,8 +151,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc={resolveAsset("about-luxury-item")?.url}
|
imageSrc={resolveAsset("about-luxury-item")?.url}
|
||||||
imageAlt={resolveAsset("about-luxury-item")?.alt}
|
imageAlt={resolveAsset("about-luxury-item")?.alt}
|
||||||
mediaAnimation="entrance-slide"
|
mediaAnimation="text-stagger"
|
||||||
metricsAnimation="entrance-slide"
|
metricsAnimation="text-stagger"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc={resolveAsset("faq-customer-service")?.url}
|
imageSrc={resolveAsset("faq-customer-service")?.url}
|
||||||
imageAlt={resolveAsset("faq-customer-service")?.alt}
|
imageAlt={resolveAsset("faq-customer-service")?.alt}
|
||||||
mediaAnimation="entrance-slide"
|
mediaAnimation="text-stagger"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common inquiries about our products and services, ensuring a smooth and confident shopping experience."
|
description="Find quick answers to common inquiries about our products and services, ensuring a smooth and confident shopping experience."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc={resolveAsset("contact-luxury-desk")?.url}
|
imageSrc={resolveAsset("contact-luxury-desk")?.url}
|
||||||
imageAlt={resolveAsset("contact-luxury-desk")?.alt}
|
imageAlt={resolveAsset("contact-luxury-desk")?.alt}
|
||||||
mediaAnimation="entrance-slide"
|
mediaAnimation="text-stagger"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user