File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pages/overview/case-studies Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,8 @@ export default function ContentExample() {
3131 </ Head >
3232 < Headline1 > { newTitle } </ Headline1 >
3333 < p className = 'text-[18px]' >
34- { /* Please fix below dummy text and make it two to three liner so that we can remove the bug of layout shifting :) */ }
35- Learn how organizations are adopting and benefiting from JSON Schema.
36- Please replace this text with a two to three liner so that we can avoid
37- the layout shifting bug.
34+ Learn how organizations are adopting JSON Schema to improve data
35+ management, ensure consistency, and streamline workflows across systems.
3836 </ p >
3937 < div className = 'mx-auto my-[10px] mt-8 grid w-full grid-cols-1 gap-6 sm:grid-cols-2 lg:w-full' >
4038 { data . map ( ( element , index ) => (
You can’t perform that action at this time.
0 commit comments