From a2a55c5431de259db88d4a03dcb8c7fa64806140 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:18:16 +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 b251901..8e94a13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,9 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" speed={40} + buttons={[ + { text: "Start Your Journey", href: "#products" } + ]} testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahdesigns", testimonial: "Apple products have transformed the way I work. The seamless integration between devices is unmatched, and the build quality is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" -- 2.49.1