diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8845801..021844f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,41 +46,26 @@ export default function LandingPage() {
@@ -103,41 +78,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Classic Mithai Box",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-creamy-dessert-with-cookies-dark-desk_140725-115032.jpg",
- },
+ id: "1", name: "Classic Mithai Box", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-creamy-dessert-with-cookies-dark-desk_140725-115032.jpg"},
{
- id: "2",
- name: "Artisanal Truffles",
- price: "$35.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-box-engagement-ring_23-2148243763.jpg",
- },
+ id: "2", name: "Artisanal Truffles", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-box-engagement-ring_23-2148243763.jpg"},
{
- id: "3",
- name: "Gold-Embossed Diyas",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candle-garlands-with-neon-lighting_169016-27029.jpg",
- },
+ id: "3", name: "Gold-Embossed Diyas", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candle-garlands-with-neon-lighting_169016-27029.jpg"},
{
- id: "4",
- name: "Handmade Lanterns",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1850.jpg",
- },
+ id: "4", name: "Handmade Lanterns", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1850.jpg"},
{
- id: "5",
- name: "Dry Fruit Hamper",
- price: "$55.00",
- imageSrc: "http://img.b2bpic.net/free-photo/dried-organic-fruits-assortment_114579-43292.jpg",
- },
+ id: "5", name: "Dry Fruit Hamper", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/dried-organic-fruits-assortment_114579-43292.jpg"},
{
- id: "6",
- name: "Deluxe Festive Basket",
- price: "$75.00",
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-festive-balls-with-blue-plate-nuts-high-quality-photo_114579-38099.jpg",
- },
+ id: "6", name: "Deluxe Festive Basket", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-festive-balls-with-blue-plate-nuts-high-quality-photo_114579-38099.jpg"},
]}
title="Festive Treasures"
description="Carefully curated gifts and sweets for you and your loved ones."
@@ -146,49 +97,20 @@ export default function LandingPage() {
@@ -244,42 +154,27 @@ export default function LandingPage() {