|
|
|
|
@@ -58,9 +58,7 @@ export default function LandingPage() {
|
|
|
|
|
description="Nourish your body and mind with our organic coffee, healthy meals, and vibrant atmosphere. Discover a fresh approach to cafe culture."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Explore Our Menu", href: "#products"},
|
|
|
|
|
{
|
|
|
|
|
text: "Order Online", href: "#contact"},
|
|
|
|
|
text: "Explore Our Menu", href: "#products"}
|
|
|
|
|
]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
@@ -128,17 +126,17 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Organic Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-coffee-espress-with-cookies-rustic-backgraund_140725-12113.jpg", imageAlt: "Organic Espresso"},
|
|
|
|
|
id: "1", name: "Organic Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-coffee-espress-with-cookies-rustic-backgraund_140725-12113.jpg", imageAlt: "Organic Espresso"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Avocado Super Toast", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-half-avocado_23-2148698703.jpg", imageAlt: "Avocado Super Toast"},
|
|
|
|
|
id: "2", name: "Avocado Super Toast", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-toast-with-veggie-cream-half-avocado_23-2148698703.jpg", imageAlt: "Avocado Super Toast"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Berry Blast Smoothie", price: "$8.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cherry-blueberry-drink-high-angle_23-2148683566.jpg", imageAlt: "Berry Blast Smoothie"},
|
|
|
|
|
id: "3", name: "Berry Blast Smoothie", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cherry-blueberry-drink-high-angle_23-2148683566.jpg", imageAlt: "Berry Blast Smoothie"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Artisan Chocolate Croissant", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-piece-cake-marble-surface_114579-75880.jpg", imageAlt: "Artisan Chocolate Croissant"},
|
|
|
|
|
id: "4", name: "Artisan Chocolate Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-piece-cake-marble-surface_114579-75880.jpg", imageAlt: "Artisan Chocolate Croissant"},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Zen Power Bowl", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/sliced-chicken-steak-with-peas-tomatoes-kiwi-pumpkin_1150-24772.jpg", imageAlt: "Zen Power Bowl"},
|
|
|
|
|
id: "5", name: "Zen Power Bowl", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-chicken-steak-with-peas-tomatoes-kiwi-pumpkin_1150-24772.jpg", imageAlt: "Zen Power Bowl"},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Iced Matcha Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-calm-happy-pretty-woman-with-bright-evening-makeup-wearing-summer-yellow-dress-sea-shell-necklace_343596-3823.jpg", imageAlt: "Iced Matcha Latte"},
|
|
|
|
|
id: "6", name: "Iced Matcha Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-calm-happy-pretty-woman-with-bright-evening-makeup-wearing-summer-yellow-dress-sea-shell-necklace_343596-3823.jpg", imageAlt: "Iced Matcha Latte"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Delicious & Healthy Menu"
|
|
|
|
|
description="Taste the difference with our selection of freshly prepared food and handcrafted beverages. Each item is made with passion and premium ingredients."
|
|
|
|
|
@@ -237,7 +235,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-grains-green-background_23-2148178322.jpg"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-grains-green-background_23-2147798322.jpg"
|
|
|
|
|
imageAlt="Scattered coffee beans"
|
|
|
|
|
logoText="Cafe Detox"
|
|
|
|
|
columns={[
|
|
|
|
|
@@ -290,4 +288,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|