Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-06 16:38:55 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Collections",
id: "products",
},
name: "Collections", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Almas Jewellers"
/>
@@ -57,32 +49,20 @@ export default function LandingPage() {
description="Discover Almas Jewellers, where tradition meets modern sophistication in handcrafted gold jewellery for your most cherished moments."
buttons={[
{
text: "Explore Collections",
href: "#products",
},
text: "Explore Collections", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-golden-sparks-glitter_23-2149224083.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/traditional-groom-s-indian-saber-wedding-ceremony_8353-9956.jpg",
alt: "Traditional groom's Indian saber for wedding ceremony",
},
src: "http://img.b2bpic.net/free-photo/traditional-groom-s-indian-saber-wedding-ceremony_8353-9956.jpg", alt: "Traditional groom's Indian saber for wedding ceremony"},
{
src: "http://img.b2bpic.net/free-photo/christmas-tree-decoration-close-up-ball-bauble-pine-branches-background_169016-62015.jpg",
alt: "Christmas tree decoration close up ball bauble in pine branches background",
},
src: "http://img.b2bpic.net/free-photo/christmas-tree-decoration-close-up-ball-bauble-pine-branches-background_169016-62015.jpg", alt: "Christmas tree decoration close up ball bauble in pine branches background"},
{
src: "http://img.b2bpic.net/free-photo/gold-background-texture-gradients-shadow_1258-132038.jpg",
alt: "Gold background or texture and gradients shadow",
},
src: "http://img.b2bpic.net/free-photo/gold-background-texture-gradients-shadow_1258-132038.jpg", alt: "Gold background or texture and gradients shadow"},
{
src: "http://img.b2bpic.net/free-photo/abstract-golden-glitter-backdrop-wooden-desk_23-2148051845.jpg",
alt: "Abstract golden glitter backdrop on wooden desk",
},
src: "http://img.b2bpic.net/free-photo/abstract-golden-glitter-backdrop-wooden-desk_23-2148051845.jpg", alt: "Abstract golden glitter backdrop on wooden desk"},
{
src: "http://img.b2bpic.net/free-photo/close-up-golden-sparks-glitter_23-2149224083.jpg",
alt: "luxury gold jewelry backdrop",
},
src: "http://img.b2bpic.net/free-photo/close-up-golden-sparks-glitter_23-2149224083.jpg", alt: "luxury gold jewelry backdrop"},
]}
avatarText="Trusted by 5,000+ happy couples"
/>
@@ -94,9 +74,7 @@ export default function LandingPage() {
title="A Legacy of Excellence"
buttons={[
{
text: "Our Story",
href: "#about",
},
text: "Our Story", href: "#about"},
]}
/>
</div>
@@ -109,47 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Royal Gold Necklace",
price: "1,200",
variant: "22k Gold",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347041.jpg",
},
id: "p1", name: "Royal Gold Necklace", price: "1,200", variant: "22k Gold", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347041.jpg"},
{
id: "p2",
name: "Classic Diamond Ring",
price: "2,500",
variant: "18k White Gold",
imageSrc: "http://img.b2bpic.net/free-photo/egagement-ring-with-blue-precious-stone-white-pillow_8353-705.jpg",
},
id: "p2", name: "Classic Diamond Ring", price: "2,500", variant: "18k White Gold", imageSrc: "http://img.b2bpic.net/free-photo/egagement-ring-with-blue-precious-stone-white-pillow_8353-705.jpg"},
{
id: "p3",
name: "Serenity Bracelet",
price: "950",
variant: "18k Rose Gold",
imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-bracelet-white-surface_23-2151995433.jpg",
},
id: "p3", name: "Serenity Bracelet", price: "950", variant: "18k Rose Gold", imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-bracelet-white-surface_23-2151995433.jpg"},
{
id: "p4",
name: "Floral Stud Earrings",
price: "600",
variant: "22k Gold",
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635252.jpg",
},
id: "p4", name: "Floral Stud Earrings", price: "600", variant: "22k Gold", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635252.jpg"},
{
id: "p5",
name: "Heritage Brooch",
price: "850",
variant: "Antique Gold",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-artificial-leaves-marble-surface_114579-29419.jpg",
},
id: "p5", name: "Heritage Brooch", price: "850", variant: "Antique Gold", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-artificial-leaves-marble-surface_114579-29419.jpg"},
{
id: "p6",
name: "Eternal Pendant",
price: "1,100",
variant: "22k Gold",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-carnival-mask-s-top_23-2149197456.jpg",
},
id: "p6", name: "Eternal Pendant", price: "1,100", variant: "22k Gold", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carnival-mask-s-top_23-2149197456.jpg"},
]}
title="Signature Collections"
description="Exquisitely designed pieces that define style and heritage."
@@ -163,29 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Purity Guaranteed",
descriptions: [
"Certified 22k gold purity in every piece we create for our valued clients.",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-brick-arrangement_23-2149836426.jpg",
},
id: "f1", title: "Purity Guaranteed", descriptions: [
"Certified 22k gold purity in every piece we create for our valued clients."],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-brick-arrangement_23-2149836426.jpg"},
{
id: "f2",
title: "Artisan Craftsmanship",
descriptions: [
"Hand-finished by master goldsmiths ensuring unique and detailed jewellery.",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-plate_23-2149836415.jpg",
},
id: "f2", title: "Artisan Craftsmanship", descriptions: [
"Hand-finished by master goldsmiths ensuring unique and detailed jewellery."],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-plate_23-2149836415.jpg"},
{
id: "f3",
title: "Fair Pricing",
descriptions: [
"Transparent pricing reflecting the true market value of fine gold jewellery.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-arrangement_23-2149836478.jpg",
},
id: "f3", title: "Fair Pricing", descriptions: [
"Transparent pricing reflecting the true market value of fine gold jewellery."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-arrangement_23-2149836478.jpg"},
]}
title="Our Promise of Quality"
description="Every piece is crafted with uncompromising precision and authentic purity."
@@ -200,45 +136,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Ahmed",
role: "Collector",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-talking-phone_23-2148360121.jpg",
},
id: "t1", name: "Sarah Ahmed", role: "Collector", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-talking-phone_23-2148360121.jpg"},
{
id: "t2",
name: "James Wilson",
role: "Gift Buyer",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-woman-proposing-amazed-girlfriend_23-2147741646.jpg",
},
id: "t2", name: "James Wilson", role: "Gift Buyer", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-woman-proposing-amazed-girlfriend_23-2147741646.jpg"},
{
id: "t3",
name: "Fatima Q.",
role: "Bride",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-woman-sparkle-wall_329181-7312.jpg",
},
id: "t3", name: "Fatima Q.", role: "Bride", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-woman-sparkle-wall_329181-7312.jpg"},
{
id: "t4",
name: "Mark Stevens",
role: "Collector",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-looking-her-ring-given-by-his-boyfriend_23-2147891259.jpg",
},
id: "t4", name: "Mark Stevens", role: "Collector", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-looking-her-ring-given-by-his-boyfriend_23-2147891259.jpg"},
{
id: "t5",
name: "Elena Rossi",
role: "Designer",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-talking-cellphone_23-2147936738.jpg",
},
id: "t5", name: "Elena Rossi", role: "Designer", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-talking-cellphone_23-2147936738.jpg"},
]}
title="Treasured Memories"
description="Hear what our beloved clients say about their experiences at Almas Jewellers."
@@ -250,20 +161,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How is gold purity verified?",
content: "Each item comes with a hallmark certification ensuring it meets all quality standards.",
},
id: "q1", title: "How is gold purity verified?", content: "Each item comes with a hallmark certification ensuring it meets all quality standards."},
{
id: "q2",
title: "Can I custom design jewellery?",
content: "Yes, our master craftsmen are available for personalized design and custom consultations.",
},
id: "q2", title: "Can I custom design jewellery?", content: "Yes, our master craftsmen are available for personalized design and custom consultations."},
{
id: "q3",
title: "Do you offer cleaning services?",
content: "We offer complimentary professional cleaning for all pieces purchased from us.",
},
id: "q3", title: "Do you offer cleaning services?", content: "We offer complimentary professional cleaning for all pieces purchased from us."},
{
id: "q4", title: "Is shipping insured and secure?", content: "Yes, we provide fully insured, tracked, and discreet shipping for all high-value purchases, ensuring peace of mind during transit."}
]}
sideTitle="Frequently Asked Questions"
sideDescription="Get answers about jewellery care, certification, and services."
@@ -275,16 +179,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Visit Our Showroom"
description="Experience the beauty of fine jewellery in person at our local showroom."
buttons={[
{
text: "Contact Us Now",
href: "#",
},
text: "Contact Us Now", href: "#"},
]}
/>
</div>
@@ -295,37 +196,25 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Collections",
href: "#products",
},
label: "Collections", href: "#products"},
],
},
{
items: [
{
label: "Care Guide",
href: "#",
},
label: "Care Guide", href: "#"},
{
label: "Store Policy",
href: "#",
},
label: "Store Policy", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}