diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2192117..4a14ba3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,7 +109,7 @@ export default function AboutPage() { id: "rating", title: "Average Rating", value: "4.9/5", subtitle: "500+ reviews", category: "Excellence"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} className="w-full" containerClassName="mx-auto max-w-6xl px-4 py-16" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f14beb..3d5da71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { id: "licensed", title: "Fully Licensed", value: "100%", subtitle: "Certified professionals", category: "Credentials"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} className="w-full" containerClassName="mx-auto max-w-6xl px-4 py-16" @@ -194,7 +194,7 @@ export default function HomePage() { "http://img.b2bpic.net/free-vector/gradient-go-logo-template_23-2148985016.jpg", "http://img.b2bpic.net/free-vector/bright-plus-logo_1071-100.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg", "http://img.b2bpic.net/free-vector/pack-decorative-monograms_23-2147661651.jpg", "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752754.jpg", "http://img.b2bpic.net/free-vector/flat-4th-july-labels-collection_23-2149443422.jpg", "http://img.b2bpic.net/free-vector/certified-rubber-stamps-design-set-four_1017-25901.jpg", "http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149752883.jpg"]} title="Trusted By Thousands" description="Featured on leading platforms and highly rated by verified customers across multiple review sites." - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} speed={35} showCard={true} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 53859e4..3f79ba9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -72,6 +72,8 @@ export default function ServicesPage() {