Merge version_1 into main #4
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-coffee-shop_23-2148366609.jpg", imageAlt: "Fresh coffee shop with morning light"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Cafe interior with natural decor"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Cafe interior with natural decor"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/espresso-coffee-glass-white-napkin-with-cocoa-shaker-wooden-spoon_23-2147906714.jpg", imageAlt: "Specialty cappuccino with latte art"
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/espresso-coffee-glass-white-napkin-with-cocoa-shaker-wooden-spoon_23-2147906714.jpg?_wi=1", imageAlt: "Specialty cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-cappucino-oatmeal-biscuits-blue-wooden-table_114579-4249.jpg", imageAlt: "Fresh baked pastries and croissants"
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-cappucino-oatmeal-biscuits-blue-wooden-table_114579-4249.jpg?_wi=1", imageAlt: "Fresh baked pastries and croissants"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg", imageAlt: "Cozy cafe seating area with plants"
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg?_wi=1", imageAlt: "Cozy cafe seating area with plants"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263233.jpg", imageAlt: "Gourmet sandwich pairing with coffee"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263233.jpg?_wi=1", imageAlt: "Gourmet sandwich pairing with coffee"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Ethically Sourced" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=2"
|
||||
imageAlt="Our cafe owner showcasing specialty coffee"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -116,13 +116,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "cappuccino", name: "Classic Cappuccino", price: "$5.50", variant: "Espresso, Steamed Milk & Foam", imageSrc: "http://img.b2bpic.net/free-photo/espresso-coffee-glass-white-napkin-with-cocoa-shaker-wooden-spoon_23-2147906714.jpg", imageAlt: "Signature cappuccino with latte art"
|
||||
id: "cappuccino", name: "Classic Cappuccino", price: "$5.50", variant: "Espresso, Steamed Milk & Foam", imageSrc: "http://img.b2bpic.net/free-photo/espresso-coffee-glass-white-napkin-with-cocoa-shaker-wooden-spoon_23-2147906714.jpg?_wi=2", imageAlt: "Signature cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "croissant", name: "Butter Croissant", price: "$4.50", variant: "Freshly Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-cappucino-oatmeal-biscuits-blue-wooden-table_114579-4249.jpg", imageAlt: "Flaky butter croissant pastry"
|
||||
id: "croissant", name: "Butter Croissant", price: "$4.50", variant: "Freshly Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-cappucino-oatmeal-biscuits-blue-wooden-table_114579-4249.jpg?_wi=2", imageAlt: "Flaky butter croissant pastry"
|
||||
},
|
||||
{
|
||||
id: "sandwich", name: "Gourmet Sandwich", price: "$8.50", variant: "Sourdough with Artisan Fillings", imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263233.jpg", imageAlt: "Gourmet sandwich pairing with coffee"
|
||||
id: "sandwich", name: "Gourmet Sandwich", price: "$8.50", variant: "Sourdough with Artisan Fillings", imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263233.jpg?_wi=2", imageAlt: "Gourmet sandwich pairing with coffee"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Product section"
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Have questions or want to make a reservation? We'd love to hear from you. Reach out to us today and become part of the Brew & Bean family."
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg?_wi=2"
|
||||
imageAlt="Cozy cafe seating area"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user