Merge version_4 into main #23

Merged
bender merged 2 commits from version_4 into main 2026-03-03 10:11:41 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ export default function HomePage() {
gridVariant="uniform-4"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Explore Services", href: "services" }]}
buttonAnimation="blur-reveal"
/>

View File

@@ -93,7 +93,7 @@ export default function ServicesPage() {
gridVariant="uniform-4"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Explore Services", href: "services" }]}
buttonAnimation="blur-reveal"
/>