diff --git a/src/app/page.tsx b/src/app/page.tsx index 886adc1..05965f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,69 +29,30 @@ export default function LandingPage() {
@@ -100,12 +61,7 @@ export default function LandingPage() { @@ -116,42 +72,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Classic Pancakes", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/stack-homemade-pancakes-with-honey-syrup-berries_114579-10303.jpg", - }, - { - id: "2", - name: "Signature Latte", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg", - }, - { - id: "3", - name: "Cheeseburger Deluxe", - price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-chips-plate_23-2148679033.jpg", - }, - { - id: "4", - name: "Homemade Apple Pie", - price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-choco-biscuits-cup-tea-light-dark-background_140725-80163.jpg", - }, - { - id: "5", - name: "Vanilla Milkshake", - price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-woman-holding-sweet-strawberry-milk-shake-pin-up-retro-style-pastel-colors-vintage-american-cafe_291049-354.jpg", - }, - { - id: "6", - name: "Club Sandwich", - price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/set-sandwich-french-fries-fast-food-white-textured-background-side-view_176474-3836.jpg", - }, + { id: "1", name: "Classic Pancakes", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/stack-homemade-pancakes-with-honey-syrup-berries_114579-10303.jpg" }, + { id: "2", name: "Signature Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg" }, + { id: "3", name: "Cheeseburger Deluxe", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-chips-plate_23-2148679033.jpg" }, + { id: "4", name: "Homemade Apple Pie", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-choco-biscuits-cup-tea-light-dark-background_140725-80163.jpg" }, + { id: "5", name: "Vanilla Milkshake", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-woman-holding-sweet-strawberry-milk-shake-pin-up-retro-style-pastel-colors-vintage-american-cafe_291049-354.jpg" }, + { id: "6", name: "Club Sandwich", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/set-sandwich-french-fries-fast-food-white-textured-background-side-view_176474-3836.jpg" }, ]} title="Diner Favorites" description="Our kitchen brings the best of American traditions to your table, freshly made every single day." @@ -160,49 +86,15 @@ export default function LandingPage() {
@@ -259,33 +132,16 @@ export default function LandingPage() {