diff --git a/src/app/page.tsx b/src/app/page.tsx
index a65d39f..bfebd62 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,64 +45,41 @@ export default function LandingPage() {
@@ -121,24 +90,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Crafted with ",
- },
+ type: "text", content: "Crafted with "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/talented-artist-cleaning-paintbrush-piece-denim-fabric_482257-100532.jpg",
- alt: "Craftsmanship",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/talented-artist-cleaning-paintbrush-piece-denim-fabric_482257-100532.jpg", alt: "Craftsmanship"},
{
- type: "text",
- content: " tradition",
- },
+ type: "text", content: " tradition"},
]}
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
]}
/>
@@ -151,47 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Royal Silk",
- price: "$120",
- variant: "Silk",
- imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400868.jpg",
- },
+ id: "p1", name: "Royal Silk", price: "$120", variant: "Silk", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400868.jpg"},
{
- id: "p2",
- name: "Modern Chiffon",
- price: "$85",
- variant: "Chiffon",
- imageSrc: "http://img.b2bpic.net/free-photo/details-part-traditional-indian-wedding-women-clothes_8353-9765.jpg",
- },
+ id: "p2", name: "Modern Chiffon", price: "$85", variant: "Chiffon", imageSrc: "http://img.b2bpic.net/free-photo/details-part-traditional-indian-wedding-women-clothes_8353-9765.jpg"},
{
- id: "p3",
- name: "Heritage Gold",
- price: "$150",
- variant: "Banarasi",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-black-frame_23-2147951268.jpg",
- },
+ id: "p3", name: "Heritage Gold", price: "$150", variant: "Banarasi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-black-frame_23-2147951268.jpg"},
{
- id: "p4",
- name: "Floral Grace",
- price: "$95",
- variant: "Georgette",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565142.jpg",
- },
+ id: "p4", name: "Floral Grace", price: "$95", variant: "Georgette", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565142.jpg"},
{
- id: "p5",
- name: "Classic Minimal",
- price: "$110",
- variant: "Silk",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90226.jpg",
- },
+ id: "p5", name: "Classic Minimal", price: "$110", variant: "Silk", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90226.jpg"},
{
- id: "p6",
- name: "Festive Bloom",
- price: "$135",
- variant: "Embroidery",
- imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400871.jpg",
- },
+ id: "p6", name: "Festive Bloom", price: "$135", variant: "Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400871.jpg"},
]}
title="Curated Collections"
description="Hand-picked sarees combining heritage art with modern aesthetics."
@@ -200,44 +130,20 @@ export default function LandingPage() {