Merge version_1 into main #9

Merged
bender merged 2 commits from version_1 into main 2026-03-03 09:29:11 +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

@@ -94,7 +94,7 @@ export default function ServicesPage() {
gridVariant="uniform-4"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Let's Discuss Your Project", href: "contact" }]}
buttonAnimation="blur-reveal"
/>