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