From 71b3e6a2b0f289169ea5ee777381ef4828a33931 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:11:56 +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 a6bd29b..c3c7791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,6 +143,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" showRating={true} + buttons={[ + { text: "Join Our Community", href: "#contact" } + ]} testimonials={[ { id: "1", name: "Garrett of Rivia", handle: "@witcher_fan", testimonial: "Finally found a place that captures the true essence of the Witcher universe. Every detail is meticulously crafted for an authentic experience.", rating: 5, -- 2.49.1