Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-04 03:40:09 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ export default function HomePage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "View All Services", href: "/services" }]}
buttonAnimation="blur-reveal"
/>

View File

@@ -90,7 +90,7 @@ export default function ServicesPage() {
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Reserve Your Experience", href: "/booking" }]}
buttonAnimation="blur-reveal"
/>