feat: contact us

This commit is contained in:
Jannat Patel
2025-10-06 10:15:53 +05:30
parent efb4feab2e
commit f7003ecbbe
7 changed files with 91 additions and 5 deletions

View File

@@ -161,6 +161,26 @@ const tabsStructure = computed(() => {
},
],
},
{
label: 'Contact Us',
icon: 'Phone',
fields: [
{
label: 'Email',
name: 'contact_us_email',
type: 'text',
description:
'Users can reach out to this email for support or inquiries.',
},
{
label: 'URL',
name: 'contact_us_url',
type: 'text',
description:
'Users can reach out to this URL for support or inquiries.',
},
],
},
],
},
{