4 Commits

Author SHA1 Message Date
c2beae377b Merge version_3 into main
Merge version_3 into main
2026-03-04 05:46:25 +00:00
d8d2099863 Update src/app/styles/variables.css 2026-03-04 05:46:21 +00:00
9f671df0c3 Update src/app/page.tsx 2026-03-04 05:46:20 +00:00
864d5ce66a Merge version_2 into main
Merge version_2 into main
2026-03-04 05:44:30 +00:00
2 changed files with 29 additions and 38 deletions

View File

@@ -54,6 +54,9 @@ export default function LandingPage() {
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="opacity"
containerClassName="bg-black text-white"
logoClassName="text-white"
descriptionClassName="text-white"
ariaLabel="Hero section showcasing Saint Luciel luxury brand"
/>
</div>
@@ -76,14 +79,11 @@ 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."
@@ -109,8 +109,7 @@ 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,
},
@@ -142,17 +141,13 @@ 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"
@@ -170,17 +165,13 @@ 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"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fcf6ec;;
--card: #f3ede2;;
--foreground: #2e2521;;
--primary-cta: #2e2521;;
--secondary-cta: #ffffff;;
--accent: #b2a28b;;
--background-accent: #b2a28b;; */
/* --background: #000000;;
--card: #0c0c0c;;
--foreground: #ffffff;;
--primary-cta: #4dd9ff;;
--secondary-cta: #000000;;
--accent: #4dd9ff;;
--background-accent: #1a3d4d;; */
--background: #fcf6ec;;
--card: #f3ede2;;
--foreground: #2e2521;;
--primary-cta: #2e2521;;
--background: #000000;;
--card: #0c0c0c;;
--foreground: #ffffff;;
--primary-cta: #4dd9ff;;
--primary-cta-text: #fcf6ec;;
--secondary-cta: #ffffff;;
--secondary-cta: #000000;;
--secondary-cta-text: #2e2521;;
--accent: #b2a28b;;
--background-accent: #b2a28b;;
--accent: #4dd9ff;;
--background-accent: #1a3d4d;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);