Update src/app/practice/page.tsx

This commit is contained in:
2026-05-18 13:02:44 +00:00
parent 7016c16aa0
commit 27fe91bccd

View File

@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
export default function LandingPage() {
export default function PracticePage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -54,7 +54,7 @@ export default function LandingPage() {
title="Legal Framework"
sections={[
{
heading: "Compliance Policies", content: { text: "Our practice adheres strictly to international ethical standards and legal transparency." },
heading: "Compliance Policies", content: { type: "paragraph", text: "Our practice adheres strictly to international ethical standards and legal transparency." },
},
]}
/>