Update src/app/page.tsx

This commit is contained in:
2026-06-11 04:15:33 +00:00
parent 0ce7254800
commit 5764cdc73f

View File

@@ -204,6 +204,7 @@ export default function LuxuryDentistPage() {
animationType="smooth"
faqsAnimation="slide-up"
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -248,4 +249,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}