From c41b84ca89a7e0376b4e59ed093470630c9260e4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:50:29 +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 d44e0b6..26c94c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,6 +194,9 @@ export default function LandingPage() { id: "4", name: "David Park", role: "Reseller", testimonial: "The commission structure is fair and the platform makes it easy to build a customer base. Highly recommend for sellers.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-blonde-man-looks-front-isolated-green-wall_141793-66392.jpg", imageAlt: "David Park", icon: Droplets } ]} + buttons={[ + { text: "Start Selling", href: "contact" } + ]} buttonAnimation="slide-up" /> -- 2.49.1