2 Commits

Author SHA1 Message Date
e40032cdd0 Update src/app/page.tsx 2026-04-28 08:58:53 +00:00
df7738bb55 Merge version_2 into main
Merge version_2 into main
2026-04-28 08:55:57 +00:00

View File

@@ -110,9 +110,14 @@ export default function LandingPage() {
textboxLayout="split-actions" textboxLayout="split-actions"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ buttons={[
text: "Order via Messenger", href: "https://m.me/flowergroundscafe" {
}]} text: "Order via Messenger", href: "https://m.me/flowergroundscafe"},
{
text: "Find Location", href: "#contact"},
{
text: "Call Us", href: "tel:09491355082"}
]}
products={[ products={[
{ {
id: "p1", name: "Iced Latte", price: "₱120", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-coffee-shop_53876-26231.jpg", imageAlt: "iced latte cafe style"}, id: "p1", name: "Iced Latte", price: "₱120", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-coffee-shop_53876-26231.jpg", imageAlt: "iced latte cafe style"},