refactor(faq): update about + faq

- Updated the HTML structure and removed unnecessary meta tags
- Replaced the Laravel blade syntax with standard PHP syntax
- Added appropriate section titles and descriptions for better SEO optimization
- Fixed a typo in the class name "min-h-sceen" to "min-h-screen"
- Removed redundant code related to OpenGraph and Twitter metadata
- Improved readability by using consistent indentation and spacing
This commit is contained in:
Rico van Zelst
2023-12-08 18:14:10 +01:00
parent ba5f1f8b10
commit 733e9852ae
4 changed files with 313 additions and 435 deletions

View File

@@ -8,7 +8,7 @@
</span>
</summary>
<p class="text-gray-100 mt-3">
{{$answer}}
{!! $answer !!}
</p>
</details>
</div>