Update src/app/page.tsx

This commit is contained in:
2026-04-12 02:46:38 +00:00
parent 413525d84a
commit 3b985ce376

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
layout="section"
title="Terms and Conditions"
sections={[
{ heading: "Use of Site", content: { text: "By accessing this website, you agree to comply with all applicable laws and regulations." } },
{ heading: "Use of Site", content: { type: "paragraph", text: "By accessing this website, you agree to comply with all applicable laws and regulations." } },
]}
/>
</div>