From 810106cbfdabccc8396e93031e40af88f25c60c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:18:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a64cc0..edfbd5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,9 @@ export default function LandingPage() { tag="Customer Reviews" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Join Our Community", href: "#contact" } + ]} testimonials={[ { id: "1", name: "Maria GarcĂ­a, Regular Customer", date: "Date: Recently", title: "Just Like Home", quote: "This corn tortilla tastes just like homemade tortillas we have eaten in Mexico. Reynalda brings back all the memories of my abuela's kitchen. The quesabirria tacos are AMAZING!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2783.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-food-guitar_23-2149019181.jpg", imageAlt: "Happy customers enjoying food" -- 2.49.1