diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0a3689..14a808d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -54,41 +42,20 @@ export default function LandingPage() {
@@ -109,42 +76,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Organic Tomatoes",
- price: "₹40",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-vegetable-sack-flat-lay_53876-101544.jpg",
- },
- {
- id: "2",
- name: "Fresh Spinach",
- price: "₹20",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-greens-brown-wooden-desk-light-background-green-vegetable-leaf_140725-22837.jpg",
- },
- {
- id: "3",
- name: "Yellow Bananas",
- price: "₹60",
- imageSrc: "http://img.b2bpic.net/free-photo/cluster-bananas-flat-lay-wooden-textile_176474-10387.jpg",
- },
- {
- id: "4",
- name: "Crispy Apples",
- price: "₹150",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-apples_140725-130169.jpg",
- },
- {
- id: "5",
- name: "Farm Carrots",
- price: "₹30",
- imageSrc: "http://img.b2bpic.net/free-photo/carrots-with-tops_23-2147700661.jpg",
- },
- {
- id: "6",
- name: "Fresh Onions",
- price: "₹50",
- imageSrc: "http://img.b2bpic.net/free-photo/onion-parsley-closeup-kitchen-table_169016-40147.jpg",
- },
+ { id: "1", name: "Organic Tomatoes", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-vegetable-sack-flat-lay_53876-101544.jpg" },
+ { id: "2", name: "Fresh Spinach", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-greens-brown-wooden-desk-light-background-green-vegetable-leaf_140725-22837.jpg" },
+ { id: "3", name: "Yellow Bananas", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/cluster-bananas-flat-lay-wooden-textile_176474-10387.jpg" },
+ { id: "4", name: "Crispy Apples", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-apples_140725-130169.jpg" },
+ { id: "5", name: "Farm Carrots", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/carrots-with-tops_23-2147700661.jpg" },
+ { id: "6", name: "Fresh Onions", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/onion-parsley-closeup-kitchen-table_169016-40147.jpg" },
]}
title="Daily Essentials"
description="Hand-picked, fresh from farm daily."
@@ -154,48 +91,24 @@ export default function LandingPage() {