Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
||||
{ text: "Find Us", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg", imageAlt: "Coffee Wave Cafe Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg", imageAlt: "Cafe Atmosphere" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg?_wi=1", imageAlt: "Coffee Wave Cafe Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg?_wi=1", imageAlt: "Cafe Atmosphere" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Smoked Chicken Mayo Tramezzini", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg" },
|
||||
{ id: "p1", name: "Smoked Chicken Mayo Tramezzini", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Bacon & Egg Ciabatta", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-with-vegetables-arugula-cheese-tray_141793-2846.jpg" },
|
||||
{ id: "p3", name: "Cream Cheese & Pesto Croissant", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2913.jpg" },
|
||||
{ id: "p4", name: "Signature Carrot Cake", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-chocolate-book-cinnamons-gray-background-high-quality-photo_114579-68982.jpg" },
|
||||
@@ -91,9 +91,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "f1", title: "Artisan Coffee", descriptions: ["Freshly roasted blends crafted for perfection."], imageSrc: "http://img.b2bpic.net/free-photo/composition-marine-elements-with-copyspace_23-2147804680.jpg", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f2", title: "Industrial Décor", descriptions: ["Exposed brick, rope details, and vintage charm."], imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f3", title: "Ocean Views", descriptions: ["Strand's best view while you sip."], imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f4", title: "Relaxing Jazz", descriptions: ["Curated playlists for the perfect ambiance."], imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f2", title: "Industrial Décor", descriptions: ["Exposed brick, rope details, and vintage charm."], imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436161.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f3", title: "Ocean Views", descriptions: ["Strand's best view while you sip."], imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace" },
|
||||
{ id: "f4", title: "Relaxing Jazz", descriptions: ["Curated playlists for the perfect ambiance."], imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=2", imageAlt: "Composition of marine elements with copyspace" },
|
||||
]}
|
||||
title="Why Coffee Wave"
|
||||
description="More than just a coffee shop."
|
||||
|
||||
Reference in New Issue
Block a user