Update src/app/page.tsx

This commit is contained in:
2026-02-22 21:50:15 +00:00
parent 28e07db5b9
commit cc35910ab3

View File

@@ -102,8 +102,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Our Offerings"
tagAnimation="blur-reveal"
descriptionClassName="text-foreground"
titleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
textBoxTitleClassName="text-foreground"
cardClassName="border-2 border-accent"
/>
</div>
@@ -123,8 +123,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Rooms & Suites"
tagAnimation="blur-reveal"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
cardClassName="border-2 border-accent"
/>
</div>