diff --git a/src/app/page.tsx b/src/app/page.tsx index ba5e697..38d01ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,19 +49,14 @@ export default function LandingPage() {
@@ -82,14 +67,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Where Comfort Meets the Road", - }, + type: "text", content: "Where Comfort Meets the Road"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086036.jpg", - alt: "Diner Interior", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086036.jpg", alt: "Diner Interior"}, ]} />
@@ -102,59 +82,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Diner", - name: "Open-Faced Roast Beef", - price: "$14.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-toast-flowers-table_23-2149455771.jpg", - }, + id: "1", brand: "Diner", name: "Open-Faced Roast Beef", price: "$14.99", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-toast-flowers-table_23-2149455771.jpg"}, { - id: "2", - brand: "Diner", - name: "Country Ham & Eggs", - price: "$12.99", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-arrangement-top-view_23-2148941587.jpg", - }, + id: "2", brand: "Diner", name: "Country Ham & Eggs", price: "$12.99", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-arrangement-top-view_23-2148941587.jpg"}, { - id: "3", - brand: "Diner", - name: "Home-Fried Potatoes", - price: "$6.99", - rating: 4, - reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-blueberry-waffles-atop-rustic-wooden-plate-generated-by-ai_188544-16130.jpg", - }, + id: "3", brand: "Diner", name: "Home-Fried Potatoes", price: "$6.99", rating: 4, + reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/fresh-blueberry-waffles-atop-rustic-wooden-plate-generated-by-ai_188544-16130.jpg"}, { - id: "4", - brand: "Diner", - name: "French Toast", - price: "$8.99", - rating: 5, - reviewCount: "105", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-assortment_23-2148833947.jpg", - }, + id: "4", brand: "Diner", name: "French Toast", price: "$8.99", rating: 5, + reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-assortment_23-2148833947.jpg"}, { - id: "5", - brand: "Diner", - name: "Fresh Brewed Coffee", - price: "$2.99", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/bacon-eggs-table_23-2147667300.jpg", - }, + id: "5", brand: "Diner", name: "Fresh Brewed Coffee", price: "$2.99", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/bacon-eggs-table_23-2147667300.jpg"}, { - id: "6", - brand: "Diner", - name: "Country Breakfast Skillet", - price: "$13.99", - rating: 5, - reviewCount: "77", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-fried-vegetables_140725-4685.jpg", - }, + id: "6", brand: "Diner", name: "Country Breakfast Skillet", price: "$13.99", rating: 5, + reviewCount: "77", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-fried-vegetables_140725-4685.jpg"}, ]} title="Menu Highlights" description="Hearty meals cooked with care, just like home." @@ -163,44 +107,20 @@ export default function LandingPage() {