diff --git a/src/app/page.tsx b/src/app/page.tsx
index bf75e88..32e420d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,47 +45,26 @@ export default function LandingPage() {
@@ -106,47 +77,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Organic Apple",
- price: "$1.99",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-apples-with-other-fruits-white-table-apple-fruit-ripe-pear-fresh_140725-79049.jpg",
- imageAlt: "Apple",
- },
+ id: "p1", name: "Organic Apple", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-apples-with-other-fruits-white-table-apple-fruit-ripe-pear-fresh_140725-79049.jpg", imageAlt: "Apple"},
{
- id: "p2",
- name: "Sweet Orange",
- price: "$0.99",
- imageSrc: "http://img.b2bpic.net/free-photo/orange-pieces-apple-kiwi-broccoli-wooden-plate_1150-20096.jpg",
- imageAlt: "Orange",
- },
+ id: "p2", name: "Sweet Orange", price: "$0.99", imageSrc: "http://img.b2bpic.net/free-photo/orange-pieces-apple-kiwi-broccoli-wooden-plate_1150-20096.jpg", imageAlt: "Orange"},
{
- id: "p3",
- name: "Ripe Banana",
- price: "$0.50",
- imageSrc: "http://img.b2bpic.net/free-photo/bunch-bananas-isolated-colorful-surface_114579-47895.jpg",
- imageAlt: "Banana",
- },
+ id: "p3", name: "Ripe Banana", price: "$0.50", imageSrc: "http://img.b2bpic.net/free-photo/bunch-bananas-isolated-colorful-surface_114579-47895.jpg", imageAlt: "Banana"},
{
- id: "p4",
- name: "Fresh Broccoli",
- price: "$2.49",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-broccoli-fresh-ripe-yellow-background_140725-13478.jpg",
- imageAlt: "Broccoli",
- },
+ id: "p4", name: "Fresh Broccoli", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-broccoli-fresh-ripe-yellow-background_140725-13478.jpg", imageAlt: "Broccoli"},
{
- id: "p5",
- name: "Vine Tomatoes",
- price: "$3.99",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-red-tomatoes-black-plate-white-wooden-table-with-green-red-chili-peppers-green-peppers-black-peppercorns-salt-close-up-healthy-concept_114579-1176.jpg",
- imageAlt: "Tomatoes",
- },
+ id: "p5", name: "Vine Tomatoes", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-red-tomatoes-black-plate-white-wooden-table-with-green-red-chili-peppers-green-peppers-black-peppercorns-salt-close-up-healthy-concept_114579-1176.jpg", imageAlt: "Tomatoes"},
{
- id: "p6",
- name: "Artisan Bread",
- price: "$4.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bread-with-turkish-bagel-white-surface-horizontal_176474-6262.jpg",
- imageAlt: "Bread",
- },
+ id: "p6", name: "Artisan Bread", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bread-with-turkish-bagel-white-surface-horizontal_176474-6262.jpg", imageAlt: "Bread"},
]}
title="Top Picks Daily"
description="Our handpicked selection of fresh essentials."
@@ -155,24 +96,19 @@ export default function LandingPage() {