Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 17:37:02 +00:00

View File

@@ -97,16 +97,14 @@ export default function LandingPage() {
{
id: "guava-matcha", label: "Guava", title: "Guava Matcha Latte", items: [
"Fresh matcha whisked to perfection", "Tropical guava flavor", "Creamy nondairy milk (no upcharge)", "Vegan-friendly all the way"
],
buttons: [
], buttons: [
{ text: "Order a Guava Matcha", href: "https://order.example.com" }
]
},
{
id: "strawberry-matcha", label: "Strawberry", title: "Strawberry Matcha & Cold Foam", items: [
"Premium ceremonial matcha", "Sweet strawberry essence", "Silky strawberry cold foam", "Limited seasonal availability"
],
buttons: [
], buttons: [
{ text: "Order Now (Seasonal)", href: "https://order.example.com" }
]
}
@@ -242,7 +240,6 @@ export default function LandingPage() {
<ContactSplitForm
title="Make Tomorrow's Breakfast Easy"
description="Ready to place an order or have questions about catering? Get in touch with us—we'd love to help."
textboxLayout="default"
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },