From 176fd197a5da00a0b8deb0fc913f0fab865f3eea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:18:33 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8e55fd9..0daa57b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -54,6 +54,7 @@ export default function ProductsPage() { { text: "Book Consultation", href: "/consultation" } ]} useInvertedBackground={true} + testimonials={[]} /> @@ -130,6 +131,7 @@ export default function ProductsPage() { ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} + tag="Get In Touch" /> -- 2.49.1