Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-02 22:52:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ export default function AboutPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
/>
</div>

View File

@@ -120,7 +120,7 @@ export default function HomePage() {
gridVariant="uniform-4-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Explore All Services", href: "/about" }]}
/>
</div>