Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:41:03 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -76,11 +76,14 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Aurora Pendant", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", imageAlt: "Aurora Pendant luxury necklace"},
id: "1", name: "Aurora Pendant", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", imageAlt: "Aurora Pendant luxury necklace"
},
{
id: "2", name: "Street Elegance Bracelet", price: "$680", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-wearing-accessories_23-2149645105.jpg", imageAlt: "Street Elegance Bracelet luxury accessory"},
id: "2", name: "Street Elegance Bracelet", price: "$680", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-wearing-accessories_23-2149645105.jpg", imageAlt: "Street Elegance Bracelet luxury accessory"
},
{
id: "3", name: "Luminous Ring", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-man-s-back_1304-3785.jpg", imageAlt: "Luminous Ring premium jewelry"},
id: "3", name: "Luminous Ring", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-man-s-back_1304-3785.jpg", imageAlt: "Luminous Ring premium jewelry"
},
]}
title="Featured Collections"
description="Curated selections of our finest jewelry and streetwear that celebrate luxury and individuality."
@@ -106,7 +109,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Ethically Sourced", description: "Every material is responsibly selected from trusted artisans worldwide.", bentoComponent: "globe"},
title: "Ethically Sourced", description: "Every material is responsibly selected from trusted artisans worldwide.", bentoComponent: "globe"
},
{
title: "Timeless Design", description: "Pieces that transcend trends and become heirlooms.", bentoComponent: "reveal-icon", icon: Sparkles,
},
@@ -138,13 +142,17 @@ export default function LandingPage() {
author="Alexandra Chen, Fashion Editor"
avatars={[
{
src: "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", alt: "Alexandra Chen"},
src: "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", alt: "Alexandra Chen"
},
{
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Marcus Webb"},
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Marcus Webb"
},
{
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Sophie Laurent"},
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Sophie Laurent"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "James Mitchell"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "James Mitchell"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="opacity"
@@ -162,13 +170,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "What makes Saint Luciel jewelry unique?", content: "Each piece is handcrafted by master artisans using ethically sourced materials. We blend timeless design with contemporary aesthetics to create jewelry that transcends trends."},
id: "1", title: "What makes Saint Luciel jewelry unique?", content: "Each piece is handcrafted by master artisans using ethically sourced materials. We blend timeless design with contemporary aesthetics to create jewelry that transcends trends."
},
{
id: "2", title: "Do you offer customization services?", content: "Absolutely! We offer bespoke jewelry design services. Contact our team to discuss your vision, and we'll create a unique piece tailored to your style."},
id: "2", title: "Do you offer customization services?", content: "Absolutely! We offer bespoke jewelry design services. Contact our team to discuss your vision, and we'll create a unique piece tailored to your style."
},
{
id: "3", title: "What is your return and exchange policy?", content: "We offer a 30-day return and exchange policy on all pieces. Items must be in original condition with all documentation."},
id: "3", title: "What is your return and exchange policy?", content: "We offer a 30-day return and exchange policy on all pieces. Items must be in original condition with all documentation."
},
{
id: "4", title: "How do you ensure ethical sourcing?", content: "We maintain direct relationships with suppliers and conduct regular audits to ensure all materials meet our strict ethical and environmental standards."},
id: "4", title: "How do you ensure ethical sourcing?", content: "We maintain direct relationships with suppliers and conduct regular audits to ensure all materials meet our strict ethical and environmental standards."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/set-different-gold-rings-showcase-luxury-jewelry-store-close-up-photo_613910-20947.jpg"
imageAlt="Saint Luciel luxury jewelry collection display"
@@ -190,7 +202,7 @@ export default function LandingPage() {
description="Subscribe to receive exclusive updates on new collections, artisan stories, and special invitations to our private events."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
buttonText="Subscribe"