diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9618b4e..0855a08 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,82 +43,35 @@ export default function LandingPage() {
@@ -142,18 +83,9 @@ export default function LandingPage() {
title="Refining Personal Style"
description="At Sringar, we believe accessories are the soul of an outfit. Our artisans meticulously craft each piece to ensure you carry elegance wherever you go."
bulletPoints={[
- {
- title: "Artisan Quality",
- description: "Hand-picked materials for lasting beauty.",
- },
- {
- title: "Unique Designs",
- description: "Exclusive styles that stand the test of time.",
- },
- {
- title: "Global Inspiration",
- description: "Classic aesthetics from across the globe.",
- },
+ { title: "Artisan Quality", description: "Hand-picked materials for lasting beauty." },
+ { title: "Unique Designs", description: "Exclusive styles that stand the test of time." },
+ { title: "Global Inspiration", description: "Classic aesthetics from across the globe." },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186734.jpg"
imageAlt="Artisan crafting jewelry"
@@ -166,20 +98,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Mass-market jewelry",
- "Low-quality materials",
- "Disposable fashion",
- ],
- }}
- positiveCard={{
- items: [
- "Curated artisan pieces",
- "Premium-grade materials",
- "Investment-quality luxury",
- ],
- }}
+ negativeCard={{ items: ["Mass-market jewelry", "Low-quality materials", "Disposable fashion"] }}
+ positiveCard={{ items: ["Curated artisan pieces", "Premium-grade materials", "Investment-quality luxury"] }}
title="What Defines Sringar"
description="Experience the difference of fine jewelry and accessories."
/>
@@ -192,48 +112,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Golden Radiance Necklace",
- price: "$120",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12601.jpg",
- },
- {
- id: "p2",
- name: "Crystal Drop Earrings",
- price: "$85",
- variant: "Silver",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560623.jpg",
- },
- {
- id: "p3",
- name: "Minimalist Cuff",
- price: "$95",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-with-polka-doy-skirt_1162-14.jpg",
- },
- {
- id: "p4",
- name: "Luxury Silk Tote",
- price: "$250",
- variant: "Beige",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-white-boots-fashionable-woman-posing-city-warm-fur-coat-with-black-leather-bag_285396-4727.jpg",
- },
- {
- id: "p5",
- name: "Classic Timeless Watch",
- price: "$320",
- variant: "Rose Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-fashion-beauty-sensual-caucasian-woman-wearing-colorful-shawl-head-accessories-posing-with-hand-shoulder-isolated-gray-background_613910-19097.jpg",
- },
- {
- id: "p6",
- name: "Pearl Stud Set",
- price: "$110",
- variant: "Pearl",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-hat_23-2149836466.jpg",
- },
+ { id: "p1", name: "Golden Radiance Necklace", price: "$120", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12601.jpg" },
+ { id: "p2", name: "Crystal Drop Earrings", price: "$85", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560623.jpg" },
+ { id: "p3", name: "Minimalist Cuff", price: "$95", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-polka-doy-skirt_1162-14.jpg" },
+ { id: "p4", name: "Luxury Silk Tote", price: "$250", variant: "Beige", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-white-boots-fashionable-woman-posing-city-warm-fur-coat-with-black-leather-bag_285396-4727.jpg" },
+ { id: "p5", name: "Classic Timeless Watch", price: "$320", variant: "Rose Gold", imageSrc: "http://img.b2bpic.net/free-photo/traditional-fashion-beauty-sensual-caucasian-woman-wearing-colorful-shawl-head-accessories-posing-with-hand-shoulder-isolated-gray-background_613910-19097.jpg" },
+ { id: "p6", name: "Pearl Stud Set", price: "$110", variant: "Pearl", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-hat_23-2149836466.jpg" },
]}
title="Our Signature Collection"
description="Select from our range of refined accessories designed for the modern connoisseur."
@@ -242,56 +126,21 @@ export default function LandingPage() {