Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1b101738e | |||
| 17caa3d289 | |||
| 96e822f33a | |||
| 06e9786178 | |||
| 8e5bd34063 | |||
| bfae36399a |
@@ -81,15 +81,19 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Classic Breakfast Plate", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-fried-egg-lettuce-tomatoes-dried-bread-slice-plate-avocado-slices-with-vegetable-salad-cutting-board-wooden-background-with-copy-space_141793-130442.jpg" },
|
||||
{ id: "2", name: "Crispy Bacon & Eggs", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-full-english-breakfast-cooking-pan-with-fried-eggs-bacon-beans-grilled-tomatoes_1150-37818.jpg" },
|
||||
{ id: "3", name: "House Made Coleslaw", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-with-greens-sliced-vegetables-dark-table_140725-160931.jpg" },
|
||||
{ id: "4", name: "Lunch Club Sandwich", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-110405.jpg" },
|
||||
{ id: "5", name: "Pancake Stack", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pancake-with-honey_1339-5256.jpg" },
|
||||
{ id: "6", name: "Farmer's Omelet", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-omelet-with-vegetables_114579-66258.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 Signature Dishes"
|
||||
description="Hearty comfort food crafted with love for our neighbors in Fair Haven."
|
||||
title="Our Menu"
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -141,7 +145,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Request a Reservation"
|
||||
description="Give us a call to order ahead or request a table for your group."
|
||||
buttonText="Call Now"
|
||||
buttonText="Reserve Your Table"
|
||||
tag="Reservation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user