diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3df3afd..e4245d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,68 +43,30 @@ export default function LandingPage() {
@@ -141,42 +91,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Fried Haddock & Tots",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/from-chicken-nuggets-with-french-fries-human-hand-fly_176474-2613.jpg",
- },
- {
- id: "2",
- name: "Black and Blue Burger",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-olive-oil_23-2147680668.jpg",
- },
- {
- id: "3",
- name: "Chicken Alfredo",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/carbonara_74190-2396.jpg",
- },
- {
- id: "4",
- name: "Waffles & Breakfast",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg",
- },
- {
- id: "5",
- name: "Chicken Bacon Ranch Wrap",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-wrap-served-with-french-fries_140725-1171.jpg",
- },
- {
- id: "6",
- name: "House-Made Cheesecake",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2250.jpg",
- },
+ { id: "1", name: "Fried Haddock & Tots", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/from-chicken-nuggets-with-french-fries-human-hand-fly_176474-2613.jpg" },
+ { id: "2", name: "Black and Blue Burger", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-olive-oil_23-2147680668.jpg" },
+ { id: "3", name: "Chicken Alfredo", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/carbonara_74190-2396.jpg" },
+ { id: "4", name: "Waffles & Breakfast", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-table_23-2150247091.jpg" },
+ { id: "5", name: "Chicken Bacon Ranch Wrap", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/meat-wrap-served-with-french-fries_140725-1171.jpg" },
+ { id: "6", name: "House-Made Cheesecake", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2250.jpg" }
]}
title="Fan-Favorite Dishes"
description="Fresh, made-to-order comfort food that keeps you coming back for more."
@@ -185,24 +105,13 @@ export default function LandingPage() {