diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a9ead4..c90fa0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4448c31..119f7ba 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" />