diff --git a/src/app/page.tsx b/src/app/page.tsx index c3fae45..af6bed3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,19 +81,19 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Garden Fresh Salad", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-with-greens-sliced-vegetables-dark-table_140725-160931.jpg" }, - { id: "2", name: "Classic Caesar Salad", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-croutons-parmesan-cheese-lettuce-wooden-background_1150-32360.jpg" }, - { id: "3", name: "Homemade Soup of the Day", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/bowl-soup-wooden-table_23-2148858853.jpg" }, - { id: "4", name: "Grilled Chicken Sandwich", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-wooden-table_23-2148858853.jpg" }, - { id: "5", name: "Club House Special", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-110405.jpg" }, - { id: "6", name: "Classic Grilled Cheese", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-cheese-sandwich_23-2148905220.jpg" }, - { id: "7", name: "Grilled Steak Plate", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak_74190-5910.jpg" }, - { id: "8", name: "Seasoned French Fries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fries-with-ketchup-plate_23-2148408985.jpg" }, - { id: "9", name: "Kids Burger & Fries", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/small-burger-for-kids-plate_23-2148408985.jpg" }, - { id: "10", name: "Fresh Fruit Smoothie", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/fruit-smoothie-wooden-background_23-2148408985.jpg" } + { id: "1", name: "Farmhouse Breakfast", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-eggs-bacon-pancakes_23-2148905220.jpg" }, + { id: "2", name: "Vermont Maple Pancakes", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-syrup-fruit_23-2148408985.jpg" }, + { id: "3", name: "Country Omelette", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/omelette-toast-breakfast_23-2147693887.jpg" }, + { id: "4", name: "Classic BLT Sandwich", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/blt-sandwich-wooden-board_23-2148858853.jpg" }, + { id: "5", name: "Soldier's Smash Burger", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-board_23-2149897397.jpg" }, + { id: "6", name: "Seasonal Harvest Salad", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/salad-vegetables-plate_23-2148408985.jpg" }, + { id: "7", name: "Grilled NY Strip", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak_74190-5910.jpg" }, + { id: "8", name: "Hand-Cut Fries", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fries-with-ketchup-plate_23-2148408985.jpg" }, + { id: "9", name: "Kids Slider Meal", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/small-burger-for-kids-plate_23-2148408985.jpg" }, + { id: "10", name: "Housemade Berry Smoothie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/fruit-smoothie-wooden-background_23-2148408985.jpg" } ]} title="Our Menu" - description="From fresh garden salads to hearty grilled specials, explore our curated selection of comfort food favourites." + description="Savor the best of Fair Haven. From farm-fresh breakfast classics to hearty lunchtime grill specials, our menu is designed to satisfy every craving." />