Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 12:43:06 +00:00

View File

@@ -16,11 +16,11 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -48,13 +48,13 @@ export default function LandingPage() {
description="Discover handcrafted pieces that celebrate your unique style. Every collection tells a story."
tag="Luxury Contemporary"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
background={{ variant: "grid" }}
tagAnimation="blur-reveal"
background={{ variant: "plain" }}
buttons={[
{ text: "Shop Now", href: "products" },
{ text: "Explore Collections", href: "collections" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/inspired-caucasian-woman-posing-elegant-blouse-joyful-brunette-girl-isolated-brown-wall_197531-14021.jpg", imageAlt: "Luxury handcrafted ring" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-lady-holding-beautiful-decoration-christmas-tree-new-year-eve-concept_132075-11367.jpg", imageAlt: "Contemporary necklace pendant" },
@@ -74,9 +74,9 @@ export default function LandingPage() {
description="Handcrafted jewelry pieces designed for those who appreciate beauty and quality."
tag="Featured Products"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttons={[{ text: "View All Products", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
@@ -120,7 +120,7 @@ export default function LandingPage() {
id: "gifts", label: "Gifts", title: "Meaningful Moments", items: ["Personalized gift options", "Luxury packaging included", "Perfect for special occasions"]
}
]}
animationType="entrance-slide"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -135,7 +135,7 @@ export default function LandingPage() {
{ icon: Award, label: "Years of Craft", value: "15" },
{ icon: Award, label: "Countries Shipping", value: "50+" }
]}
metricsAnimation="entrance-slide"
metricsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -153,7 +153,7 @@ export default function LandingPage() {
cardTitle="Thousands of customers love their esseunique jewelry pieces"
cardTag="Customer Stories"
cardTagIcon={Heart}
cardAnimation="entrance-slide"
cardAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -164,7 +164,7 @@ export default function LandingPage() {
description="Our collections have been celebrated by leading fashion and lifestyle publications worldwide."
tag="Press"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
names={["Vogue", "Harper's Bazaar", "Elle", "GQ", "Who Magazine", "Refinery29", "Cosmopolitan", "Vanity Fair"]}
@@ -182,7 +182,7 @@ export default function LandingPage() {
description="Everything you need to know about our jewelry, collections, and shopping experience."
tag="Help"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -193,7 +193,7 @@ export default function LandingPage() {
{ id: "5", title: "Are your gemstones certified?", content: "All significant gemstones (diamonds, sapphires, emeralds) come with certification from GIA or AGS. We're transparent about sourcing and always provide documentation with your purchase." },
{ id: "6", title: "Do you offer financing options?", content: "Yes, we partner with Klarna and Afterpay for flexible payment plans. You can select these options at checkout and split your purchase into interest-free installments." }
]}
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
animationType="smooth"
/>
</div>