diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5af8793..499bc99 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,69 +29,30 @@ export default function LandingPage() {
@@ -100,26 +61,11 @@ export default function LandingPage() {
@@ -130,60 +76,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Shubh",
- name: "Minimalist Gold Chain",
- price: "₹25,000",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560615.jpg",
- },
- {
- id: "p2",
- brand: "Shubh",
- name: "Classic Diamond Ring",
- price: "₹75,000",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/classy-silver-wedding-rings-made-white-gold-lie-crystal-bracelet_8353-8667.jpg",
- },
- {
- id: "p3",
- brand: "Shubh",
- name: "Traditional Gold Danglers",
- price: "₹45,000",
- rating: 4,
- reviewCount: "62",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg",
- },
- {
- id: "p4",
- brand: "Shubh",
- name: "Royal Gold Bangle",
- price: "₹35,000",
- rating: 5,
- reviewCount: "94",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg",
- },
- {
- id: "p5",
- brand: "Shubh",
- name: "Artistic Gold Pendant",
- price: "₹20,000",
- rating: 4,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/dragonfly-tree-branch_1150-9263.jpg",
- },
- {
- id: "p6",
- brand: "Shubh",
- name: "Bridal Gold Set",
- price: "₹2,50,000",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-vector/elegant-wedding-card-with-ethnic-flowers_23-2147677748.jpg",
- },
+ { id: "p1", brand: "Shubh", name: "Minimalist Gold Chain", price: "₹25,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560615.jpg" },
+ { id: "p2", brand: "Shubh", name: "Classic Diamond Ring", price: "₹75,000", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/classy-silver-wedding-rings-made-white-gold-lie-crystal-bracelet_8353-8667.jpg" },
+ { id: "p3", brand: "Shubh", name: "Traditional Gold Danglers", price: "₹45,000", rating: 4, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg" },
+ { id: "p4", brand: "Shubh", name: "Royal Gold Bangle", price: "₹35,000", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg" },
+ { id: "p5", brand: "Shubh", name: "Artistic Gold Pendant", price: "₹20,000", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/dragonfly-tree-branch_1150-9263.jpg" },
+ { id: "p6", brand: "Shubh", name: "Bridal Gold Set", price: "₹2,50,000", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-vector/elegant-wedding-card-with-ethnic-flowers_23-2147677748.jpg" }
]}
title="Signature Collections"
description="Explore our handpicked selection of premium gold and diamond jewellery for every special occasion."
@@ -196,60 +94,16 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Priya Sharma",
- role: "Architect",
- company: "DesignCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg",
- },
- {
- id: "2",
- name: "Ananya Reddy",
- role: "Doctor",
- company: "City Hospital",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg",
- },
- {
- id: "3",
- name: "Vikram Singh",
- role: "Entrepreneur",
- company: "TechStart",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg",
- },
- {
- id: "4",
- name: "Neha Gupta",
- role: "Designer",
- company: "StudioOne",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
- },
- {
- id: "5",
- name: "Rahul Verma",
- role: "Consultant",
- company: "BizGrow",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149684350.jpg",
- },
+ { id: "1", name: "Priya Sharma", role: "Architect", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg" },
+ { id: "2", name: "Ananya Reddy", role: "Doctor", company: "City Hospital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg" },
+ { id: "3", name: "Vikram Singh", role: "Entrepreneur", company: "TechStart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg" },
+ { id: "4", name: "Neha Gupta", role: "Designer", company: "StudioOne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg" },
+ { id: "5", name: "Rahul Verma", role: "Consultant", company: "BizGrow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149684350.jpg" }
]}
kpiItems={[
- {
- value: "10k+",
- label: "Happy Clients",
- },
- {
- value: "25+",
- label: "Years Trusted",
- },
- {
- value: "100%",
- label: "Purity Assured",
- },
+ { value: "10k+", label: "Happy Clients" },
+ { value: "25+", label: "Years Trusted" },
+ { value: "100%", label: "Purity Assured" }
]}
title="Treasured Experiences"
description="What our patrons say about their journey with us."
@@ -259,9 +113,7 @@ export default function LandingPage() {