diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0595d63..65e08b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,66 +28,30 @@ export default function LandingPage() {
@@ -97,14 +61,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Food as it Should Be"
description="At Panera, we believe in clean ingredients and the power of freshly baked bread. From our signature sourdough to our crisp salads, everything is crafted with care."
- buttons={[
- {
- text: "Read Our Story",
- href: "#",
- },
- ]}
+ buttons={[{ text: "Read Our Story", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-55101.jpg"
- imageAlt="Artisan Bread"
+ imageAlt="Artisan bread being prepared fresh"
/>
@@ -115,42 +74,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Broccoli Cheddar Soup",
- price: "$7.99",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-soup-white-bowl-with-carrots-celery_123827-37309.jpg",
- },
- {
- id: "2",
- name: "Fuji Apple Chicken Salad",
- price: "$12.49",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-arrangement-with-dark-tableware_23-2148537231.jpg",
- },
- {
- id: "3",
- name: "Roasted Turkey Sandwich",
- price: "$10.99",
- imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35043.jpg",
- },
- {
- id: "4",
- name: "Chocolate Chipper Cookie",
- price: "$2.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg",
- },
- {
- id: "5",
- name: "Mac & Cheese",
- price: "$8.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-pasta-cooked-tasty-salted-inside-round-blue-plate-with-flower-raw-pasta-pink-desk_140725-24368.jpg",
- },
- {
- id: "6",
- name: "Iced Passion Papaya Tea",
- price: "$3.49",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-jar-filled-with-exotic-fruit_23-2148594997.jpg",
- },
+ { id: "1", name: "Broccoli Cheddar Soup", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-soup-white-bowl-with-carrots-celery_123827-37309.jpg" },
+ { id: "2", name: "Fuji Apple Chicken Salad", price: "$12.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-arrangement-with-dark-tableware_23-2148537231.jpg" },
+ { id: "3", name: "Roasted Turkey Sandwich", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35043.jpg" },
+ { id: "4", name: "Chocolate Chipper Cookie", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg" },
+ { id: "5", name: "Mac & Cheese", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-pasta-cooked-tasty-salted-inside-round-blue-plate-with-flower-raw-pasta-pink-desk_140725-24368.jpg" },
+ { id: "6", name: "Iced Passion Papaya Tea", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-jar-filled-with-exotic-fruit_23-2148594997.jpg" }
]}
title="Signature Favorites"
description="Explore our menu of wholesome soups, salads, and sandwiches."
@@ -161,47 +90,13 @@ export default function LandingPage() {