diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e324a4..b98ed6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,93 +46,52 @@ export default function LandingPage() { @@ -153,47 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Classic Gold Ring", - price: "$450", - variant: "18K Gold", - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg", - }, + id: "1", name: "Classic Gold Ring", price: "$450", variant: "18K Gold", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg"}, { - id: "2", - name: "Diamond Studs", - price: "$890", - variant: "Diamond", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg", - }, + id: "2", name: "Diamond Studs", price: "$890", variant: "Diamond", imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg"}, { - id: "3", - name: "Chain Bracelet", - price: "$520", - variant: "Gold Plated", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-gold-bracelet_23-2149836442.jpg", - }, + id: "3", name: "Chain Bracelet", price: "$520", variant: "Gold Plated", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-gold-bracelet_23-2149836442.jpg"}, { - id: "4", - name: "Pearl Pendant", - price: "$380", - variant: "Freshwater Pearl", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-841.jpg", - }, + id: "4", name: "Pearl Pendant", price: "$380", variant: "Freshwater Pearl", imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-841.jpg"}, { - id: "5", - name: "Vintage Band", - price: "$620", - variant: "Rose Gold", - imageSrc: "http://img.b2bpic.net/free-photo/egagement-ring-with-blue-precious-stone-white-pillow_8353-705.jpg", - }, + id: "5", name: "Vintage Band", price: "$620", variant: "Rose Gold", imageSrc: "http://img.b2bpic.net/free-photo/egagement-ring-with-blue-precious-stone-white-pillow_8353-705.jpg"}, { - id: "6", - name: "Halo Earring Set", - price: "$1250", - variant: "Gold & Diamond", - imageSrc: "http://img.b2bpic.net/free-photo/hand-with-long-black-nails_23-2147680269.jpg", - }, + id: "6", name: "Halo Earring Set", price: "$1250", variant: "Gold & Diamond", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-long-black-nails_23-2147680269.jpg"}, ]} title="Curated Collections" description="Explore our latest range of handcrafted jewellery." @@ -206,9 +127,7 @@ export default function LandingPage() { title="A Legacy of Perfection" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -216,62 +135,32 @@ export default function LandingPage() {
@@ -323,29 +200,19 @@ export default function LandingPage() {