Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b550811f1 | |||
| 02279c4b8e | |||
| ac5b777d40 | |||
| daefcc46a8 | |||
| dc8413076d | |||
| 26672011ad | |||
| f961bb785f | |||
| 513be6452c | |||
| 49e774f1d1 |
@@ -48,11 +48,11 @@ export default function LandingPage() {
|
|||||||
title="Nancy’s Cafe"
|
title="Nancy’s Cafe"
|
||||||
description="Homestyle Comfort Food with a Local Touch"
|
description="Homestyle Comfort Food with a Local Touch"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-apricot-slices-plate-cup-tea-with-coffee-beans-saucer-jar-wooden-background_141793-25085.jpg", alt: "Top view of pancakes" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152782-sjuk1ail.jpg", alt: "Food 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-with-salmon-avocado_23-2148797014.jpg", alt: "Breakfast sandwich" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152784-mqaego0z.jpg", alt: "Food 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-composition_23-2148833889.jpg", alt: "Nutritious breakfast" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-7h0d3e9m.jpg", alt: "Food 3" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833911.jpg", alt: "Breakfast assortment" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-tjaghw5f.jpg", alt: "Interior 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg", alt: "Homestyle breakfast" }
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-hs14ve4u.jpg", alt: "Interior 2" }
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "View Menu", href: "#menu" },
|
||||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
|||||||
{ value: "Local", title: "Favorite" },
|
{ value: "Local", title: "Favorite" },
|
||||||
{ value: "Home", title: "Cooked" }
|
{ value: "Home", title: "Cooked" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-hs14ve4u.jpg?_wi=1"
|
||||||
imageAlt="Inside Nancy's Cafe"
|
imageAlt="Inside Nancy's Cafe"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -106,16 +106,17 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Order Now", href: "tel:2199621400" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Breakfast Special", price: "$9", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg" },
|
{ id: "p1", name: "Breakfast Special", price: "$9", variant: "Breakfast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152782-sjuk1ail.jpg?_wi=1" },
|
||||||
{ id: "p2", name: "Cheeseburger", price: "$12", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1862.jpg" },
|
{ id: "p2", name: "Signature Burger", price: "$12", variant: "Lunch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776175541051-mx3czshw.jpg" },
|
||||||
{ id: "p3", name: "Cuban Sandwich", price: "$11", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-tomato-fries-with-spices-stand_141793-12500.jpg" },
|
{ id: "p3", name: "Chef Special", price: "$11", variant: "Lunch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-7h0d3e9m.jpg" },
|
||||||
{ id: "p4", name: "Meatloaf", price: "$13", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663868.jpg" },
|
{ id: "p4", name: "Hearty Dish", price: "$13", variant: "Lunch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-tjaghw5f.jpg?_wi=1" },
|
||||||
{ id: "p5", name: "Taco Plate", price: "$10", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
|
{ id: "p5", name: "House Specialty", price: "$10", variant: "Specialties", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-hs14ve4u.jpg?_wi=2" },
|
||||||
{ id: "p6", name: "Puerto Rican Rice", price: "$12", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2958.jpg" }
|
{ id: "p6", name: "Classic Plate", price: "$12", variant: "Specialties", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152782-sjuk1ail.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
title="Our Menu"
|
title="Our Menu"
|
||||||
description="Great meals at family-friendly prices ($8–$15)."
|
description="Great meals at family-friendly prices ($8–$15)."
|
||||||
@@ -129,11 +130,7 @@ export default function LandingPage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
author="Local Resident"
|
author="Local Resident"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", alt: "Happy Customer 1" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-7h0d3e9m.jpg", alt: "Happy Customer" }
|
||||||
{ src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", alt: "Happy Customer 2" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", alt: "Happy Customer 3" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", alt: "Happy Customer 4" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", alt: "Happy Customer 5" }
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -146,9 +143,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Great Coffee", description: "Freshly brewed every morning.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Cafe coffee" },
|
{ title: "Freshly Brewed", description: "Great Coffee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152784-mqaego0z.jpg?_wi=2", imageAlt: "Cafe coffee" },
|
||||||
{ title: "Breakfast & Lunch", description: "Comfort food for anytime.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-table_23-2149726817.jpg", imageAlt: "Diner meal" },
|
{ title: "Breakfast & Lunch", description: "Comfort food for anytime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152782-sjuk1ail.jpg?_wi=3", imageAlt: "Diner meal" },
|
||||||
{ title: "Family Friendly", description: "Welcoming for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/dehydrated-sweet-potatoes-green-paper-box-with-vegan-burger_181624-60886.jpg", imageAlt: "Cafe interior" }
|
{ title: "Family Friendly", description: "Welcoming for everyone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-tjaghw5f.jpg?_wi=2", imageAlt: "Cafe interior" }
|
||||||
]}
|
]}
|
||||||
title="Gallery"
|
title="Gallery"
|
||||||
description="A glimpse of our cozy atmosphere and delicious offerings."
|
description="A glimpse of our cozy atmosphere and delicious offerings."
|
||||||
@@ -162,7 +159,7 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Stop by Nancy’s Cafe today!"
|
title="Stop by Nancy’s Cafe today!"
|
||||||
description="Experience homestyle comfort in Lake Station."
|
description="Experience homestyle comfort in Lake Station."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/welcome-wooden-sign-mockup_53876-88487.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CLnXcwCCHvy8inuiD12queSn50/uploaded-1776174152785-hs14ve4u.jpg?_wi=3"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonText="Get Directions"
|
buttonText="Get Directions"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user