Update src/app/services/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user