Update src/app/faq/page.tsx

This commit is contained in:
2026-05-10 19:31:06 +00:00
parent fea0173b6d
commit 6cd457e0cd

View File

@@ -42,7 +42,7 @@ export default function FAQPage() {
layout="page"
title="Frequently Asked Questions"
sections={[
{ heading: "General Information", content: [{ text: "Cloud Shelf is the leading logistics provider." }] }
{ heading: "General Information", content: [{ type: "paragraph", text: "Cloud Shelf is the leading logistics provider." }] }
]}
/>
</div>