diff --git a/src/app/page.tsx b/src/app/page.tsx
index 838aed6..1537259 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,114 +31,38 @@ export default function LandingPage() {
@@ -148,11 +72,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Story"
title="A Legacy of Jiangnan Flavors"
- buttons={[
- {
- text: "Learn More",
- },
- ]}
+ buttons={[{ text: "Learn More" }]}
/>
@@ -163,60 +83,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Dim Sum",
- name: "Crystal Soup Dumplings",
- price: "$18",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=1",
- },
- {
- id: "2",
- brand: "Main Course",
- name: "Signature Peking Duck",
- price: "$88",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=2",
- },
- {
- id: "3",
- brand: "Appetizer",
- name: "Scallion Pancakes",
- price: "$12",
- rating: 4,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=3",
- },
- {
- id: "4",
- brand: "Dessert",
- name: "Osmanthus Jelly",
- price: "$10",
- rating: 5,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=4",
- },
- {
- id: "5",
- brand: "Main Course",
- name: "Lion's Head Meatballs",
- price: "$32",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=5",
- },
- {
- id: "6",
- brand: "Dim Sum",
- name: "Shrimp Har Gow",
- price: "$16",
- rating: 4,
- reviewCount: "180",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=6",
- },
+ { id: "1", brand: "Dim Sum", name: "Crystal Soup Dumplings", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
+ { id: "2", brand: "Main Course", name: "Signature Peking Duck", price: "$88", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
+ { id: "3", brand: "Appetizer", name: "Scallion Pancakes", price: "$12", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
+ { id: "4", brand: "Dessert", name: "Osmanthus Jelly", price: "$10", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
+ { id: "5", brand: "Main Course", name: "Lion's Head Meatballs", price: "$32", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
+ { id: "6", brand: "Dim Sum", name: "Shrimp Har Gow", price: "$16", rating: 4, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
]}
title="Signature Menu"
description="Discover our collection of handcrafted dim sum, authentic main courses, and delicate desserts."
@@ -227,57 +99,22 @@ export default function LandingPage() {
@@ -420,57 +171,9 @@ export default function LandingPage() {