diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e334b5..94aee45 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,32 +31,19 @@ export default function LandingPage() {
@@ -82,48 +67,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Lotus Ring",
- price: "$1,200",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-golden-ring_52683-111776.jpg",
- },
- {
- id: "p2",
- name: "Nile Bracelet",
- price: "$1,850",
- variant: "Emerald",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg",
- },
- {
- id: "p3",
- name: "Sun Earrings",
- price: "$950",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg",
- },
- {
- id: "p4",
- name: "Pharaonic Cuff",
- price: "$2,100",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg",
- },
- {
- id: "p5",
- name: "Desert Sands Necklace",
- price: "$2,500",
- variant: "Diamond",
- imageSrc: "http://img.b2bpic.net/free-vector/creeping-forget-me-insect-planthopper-joris-hoefnagel_53876-127850.jpg",
- },
- {
- id: "p6",
- name: "Sphinx Ring",
- price: "$1,100",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347037.jpg",
- },
+ { id: "p1", name: "Lotus Ring", price: "$1,200", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-golden-ring_52683-111776.jpg" },
+ { id: "p2", name: "Nile Bracelet", price: "$1,850", variant: "Emerald", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg" },
+ { id: "p3", name: "Sun Earrings", price: "$950", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg" },
+ { id: "p4", name: "Pharaonic Cuff", price: "$2,100", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg" },
+ { id: "p5", name: "Desert Sands Necklace", price: "$2,500", variant: "Diamond", imageSrc: "http://img.b2bpic.net/free-vector/creeping-forget-me-insect-planthopper-joris-hoefnagel_53876-127850.jpg" },
+ { id: "p6", name: "Sphinx Ring", price: "$1,100", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347037.jpg" }
]}
title="Our Collections"
description="Explore our curated selection of rings, necklaces, and bespoke pieces."
@@ -137,27 +86,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "50+",
- title: "Artisans",
- description: "Masters of the craft.",
- icon: Users,
- },
- {
- id: "m2",
- value: "1200+",
- title: "Unique Designs",
- description: "Celebrating every story.",
- icon: Award,
- },
- {
- id: "m3",
- value: "3",
- title: "Generations",
- description: "Tradition passed down.",
- icon: Clock,
- },
+ { id: "m1", value: "50+", title: "Artisans", description: "Masters of the craft.", icon: Users },
+ { id: "m2", value: "1200+", title: "Unique Designs", description: "Celebrating every story.", icon: Award },
+ { id: "m3", value: "3", title: "Generations", description: "Tradition passed down.", icon: Clock }
]}
title="Our Legacy"
description="The numbers behind our dedication."
@@ -168,47 +99,13 @@ export default function LandingPage() {
@@ -265,44 +143,23 @@ export default function LandingPage() {