Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-01 00:50:06 +00:00

View File

@@ -181,6 +181,7 @@ export default function LandingPage() {
textboxLayout="split"
animationType="blur-reveal"
showRating={true}
useInvertedBackground={true}
title="Client Sentiments"
description="Testimonials from our most esteemed partners."
testimonials={[
@@ -199,6 +200,7 @@ export default function LandingPage() {
text="Contact our specialists for an exclusive consultation regarding your business requirements."
background={{
variant: "gradient-bars"}}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Meeting" }
]}