diff --git a/src/app/page.tsx b/src/app/page.tsx
index bad4ae9..c8c1aaf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -46,58 +43,14 @@ export default function LandingPage() {
@@ -107,20 +60,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
- products={[
- {
- id: "1", name: "Big Burger", price: "$8.99", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/burger-blue-yellow-background_23-2148258441.jpg"},
- {
- id: "2", name: "Crispy Fries", price: "$3.49", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/bunch-baked-potatoes-slices-isolated-white-background_839833-17058.jpg"},
- {
- id: "3", name: "Cold Drink", price: "$2.99", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/soda-with-ice-macro-shot_53876-176775.jpg"},
- {
- id: "4", name: "Chicken Deluxe", price: "$7.49", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-meal-with-fried-chicken_23-2148273056.jpg"},
- {
- id: "5", name: "Garden Salad", price: "$4.99", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/salad-arrangement-white-cloth_23-2148537240.jpg"},
- {
- id: "6", name: "Berry Shake", price: "$3.99", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-table_23-2148922881.jpg"},
- ]}
+ products={[]}
title="Popular Menu"
description="Enjoy our customer favorites."
/>
@@ -139,62 +79,15 @@ export default function LandingPage() {
/>
-