Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 13:16:49 +00:00

View File

@@ -11,7 +11,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Diamond } from "lucide-react";
export default function LandingPage() {
return (
@@ -50,6 +49,7 @@ export default function LandingPage() {
{ value: "10k+", label: "Happy Clients" },
{ value: "20", label: "Years Expertise" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg"
imageAlt="Exquisite luxury jewellery collection"
mediaAnimation="opacity"
@@ -91,6 +91,9 @@ export default function LandingPage() {
<MetricCardEleven
animationType="slide-up"
title="Crafting Excellence"
description="Years of mastery define our quality."
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "500+", title: "Designs", description: "Unique pieces curated.", imageSrc: "http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg" },
{ id: "m2", value: "10k+", title: "Clients", description: "Global community.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-plant-arrangement_23-2149836408.jpg" },
@@ -103,7 +106,9 @@ export default function LandingPage() {
<TestimonialCardThirteen
animationType="slide-up"
title="What Our Clients Say"
description="Real stories of elegance from our patrons."
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
testimonials={[
{ id: "1", name: "Sarah Miller", handle: "@sarah", testimonial: "Absolutely stunning pieces that last a lifetime.", rating: 5 },
@@ -115,8 +120,10 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Answers to everything you need to know."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How do I care for my jewellery?", content: "Store in a cool, dry place and clean gently with a soft cloth." },
{ id: "f2", title: "Do you offer custom designs?", content: "Yes, our artisans are available for bespoke design consultations." }
@@ -126,9 +133,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Connect"
title="Join the Collection"
description="Sign up for early access to our new artisan releases and seasonal lookbooks."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>