Update src/app/products/page.tsx

This commit is contained in:
2026-03-23 18:18:33 +00:00
parent ba30162853
commit 176fd197a5

View File

@@ -54,6 +54,7 @@ export default function ProductsPage() {
{ text: "Book Consultation", href: "/consultation" }
]}
useInvertedBackground={true}
testimonials={[]}
/>
</div>
@@ -130,6 +131,7 @@ export default function ProductsPage() {
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
tag="Get In Touch"
/>
</div>