Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:24:42 +00:00
parent 76af2b6601
commit ee799a6c64

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
layout="section" layout="section"
title="Terms of Service" title="Terms of Service"
sections={[ sections={[
{ heading: "Use Agreement", content: [{ text: "By accessing Sarso Ghar, you agree to our quality standards and delivery policies." }] } { heading: "Use Agreement", content: [{ type: "paragraph", text: "By accessing Sarso Ghar, you agree to our quality standards and delivery policies." }] }
]} ]}
/> />
</div> </div>