Update src/app/page.tsx

This commit is contained in:
2026-05-09 13:17:10 +00:00
parent bac6aec0da
commit 249fc46bb0

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ value: "20", label: "Years Expertise" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg"
imageSrc="http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg?_wi=1"
imageAlt="Exquisite luxury jewellery collection"
mediaAnimation="opacity"
/>
@@ -61,7 +61,7 @@ export default function LandingPage() {
tag="Our Story"
title="The Art of Perfection"
description="With over two decades of expertise, Lumina Gems brings you jewellery that transcends trends, blending classic artistry with contemporary refinement."
imageSrc="http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931433.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931433.jpg?_wi=1"
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
@@ -95,9 +95,9 @@ export default function LandingPage() {
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: "m1", value: "500+", title: "Designs", description: "Unique pieces curated.", imageSrc: "http://img.b2bpic.net/free-photo/shiny-elegant-gold-chain-display_23-2149635312.jpg?_wi=2" },
{ 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" },
{ id: "m3", value: "20", title: "Years", description: "Tradition excellence.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931433.jpg" }
{ id: "m3", value: "20", title: "Years", description: "Tradition excellence.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931433.jpg?_wi=2" }
]}
/>
</div>