Update src/app/help/page.tsx
This commit is contained in:
@@ -38,16 +38,13 @@ export default function HelpPage() {
|
||||
title="Help & Resources"
|
||||
sections={[
|
||||
{
|
||||
heading: "Getting Started",
|
||||
content: { type: "paragraph", text: "Welcome to our help center. Find guides to manage your bridal website." }
|
||||
heading: "Getting Started", content: { type: "paragraph", text: "Welcome to our help center. Find guides to manage your bridal website." }
|
||||
},
|
||||
{
|
||||
heading: "Support",
|
||||
content: { type: "list", items: ["Contact support", "Read FAQs"] }
|
||||
heading: "Support", content: { type: "list", items: ["Contact support", "Read FAQs"] }
|
||||
},
|
||||
{
|
||||
heading: "FAQ",
|
||||
content: { type: "list", items: ["Common questions about image uploads", "Pricing updates"] }
|
||||
heading: "FAQ", content: { type: "list", items: ["Common questions about image uploads", "Pricing updates"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user