Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-04 12:19:26 +00:00

View File

@@ -72,13 +72,15 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split-description"
gridVariant="four-items-2x2-equal-grid"
title="Fresh & Nutritious Selection"
description="Explore our curated list of superfood staples."
title="Our Curated Menu"
description="Discover our wide range of bowls, smoothies, and fresh cold-pressed juices crafted with organic, local ingredients."
useInvertedBackground={false}
buttons={[{ text: "Order Now", href: "#contact" }]}
buttons={[{ text: "Order Now", href: "https://maps.app.goo.gl/3eWG7XvN5eCU8nvz9?g_st=ac" }]}
products={[
{ id: "p1", name: "Berry Blast Bowl", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186012.jpg" },
{ id: "p2", name: "Green Vitality Smoothie", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-veggie-salad-recipe-idea_53876-101456.jpg" }
{ id: "p1", name: "Signature Acai Bowl", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186012.jpg" },
{ id: "p2", name: "Tropical Glow Smoothie", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-smoothie-with-fruits-berries_23-2148286958.jpg" },
{ id: "p3", name: "Quinoa Power Bowl", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-quinoa-salad-with-vegetables_23-2148421066.jpg" },
{ id: "p4", name: "Immunity Ginger Shot", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ginger-lemon-shot-small-glass-wooden-background_166373-1954.jpg" }
]}
/>
</div>