diff --git a/src/app/page.tsx b/src/app/page.tsx
index a0566f6..8feae09 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -192,35 +126,15 @@ export default function LandingPage() {
description="Freshly prepared every morning."
products={[
{
- id: "ps1",
- name: "Claypot Noodle",
- price: "RM 13.50",
- imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=2",
- },
+ id: "ps1", name: "Claypot Noodle", price: "RM 13.50", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
{
- id: "ps2",
- name: "Signature Laksa",
- price: "RM 12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=2",
- },
+ id: "ps2", name: "Signature Laksa", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg"},
{
- id: "ps3",
- name: "Stuffed Tofu",
- price: "RM 2.00/pc",
- imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=2",
- },
+ id: "ps3", name: "Stuffed Tofu", price: "RM 2.00/pc", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg"},
{
- id: "ps4",
- name: "Fishball Soup",
- price: "RM 9.50",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=2",
- },
+ id: "ps4", name: "Fishball Soup", price: "RM 9.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg"},
{
- id: "ps5",
- name: "Curry Rice",
- price: "RM 10.00",
- imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=3",
- },
+ id: "ps5", name: "Curry Rice", price: "RM 10.00", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
]}
/>
@@ -229,46 +143,29 @@ export default function LandingPage() {