Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 17:27:56 +00:00
parent 952baaf3d9
commit f1373fb453

View File

@@ -93,6 +93,8 @@ export default function ServicesPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
/>
</div>
@@ -126,6 +128,8 @@ export default function ServicesPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
/>
</div>
@@ -139,6 +143,8 @@ export default function ServicesPage() {
termsText="We'll send you booking details and service information. Privacy guaranteed."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
/>
</div>
@@ -150,4 +156,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}