From e02cfddfe6e59dcb2c7938bb494edd6161824719 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 10:50:49 +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 1d4274d..79aeb34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,6 +166,9 @@ export default function LandingPage() { id: "4", title: "The Difference Is Clear", quote: "You can feel the difference between mass-produced flowers and handcrafted botanical art. MossArt gets it.", name: "David Chen", role: "Event Planner", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Chen" } ]} + buttons={[ + { text: "Request Consultation", href: "contact" } + ]} /> -- 2.49.1