Update src/app/page.tsx

This commit is contained in:
2026-03-02 19:46:16 +00:00
parent f1a20e5f21
commit 49f98f375a

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
buttons={[
{ text: "Our Services", href: "services" }
]}
useInvertedBackground={false}
useInvertedBackground={true}
/>
</div>
@@ -130,7 +130,7 @@ export default function LandingPage() {
]}
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
buttons={[
{ text: "See Testimonials", href: "testimonials" }
]}