From ee638e8888054123a18020fb604a938457579444 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:25:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78fe300..aa7b90b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,6 +159,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} speed={40} + buttons={[{ text: "Read More Reviews", href: "#" }]} testimonials={[ { id: "1", name: "Jennifer Martinez", handle: "@jmartinez_ca", testimonial: "The most beautiful engagement ring I could have imagined. The team at Dans Jewelry made the entire experience special and memorable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", imageAlt: "Jennifer Martinez"}, -- 2.49.1