Update src/app/products/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user