diff --git a/src/app/page.tsx b/src/app/page.tsx index cead6df..f71aebb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,9 +67,9 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { id: "1", name: "Tacos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831035.jpg" }, - { id: "2", name: "Burgers", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg" }, - { id: "3", name: "Cheese Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg" } + { id: "1", name: "Smoky Chipotle Tacos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831035.jpg" }, + { id: "2", name: "Signature Double-Stack Burger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg" }, + { id: "3", name: "Four-Cheese Truffle Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg" } ]} title="Our Best Sellers" description="Hand-picked favorites grilled to perfection." @@ -143,4 +143,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file