This commit is contained in:
pradeepkumar
2026-03-19 13:32:49 +05:30
parent 80d08a677c
commit 7260a9ca93

View File

@@ -1504,6 +1504,32 @@ async function main() {
],
},
},
// Contact Page
{
pageSlug: 'contact',
sectionKey: 'contactDetails',
content: {
title: 'Get In Touch',
description: 'Have a question about a property or need assistance? Fill out the form below and our team will get back to you shortly.',
email: '123support@gmail.com',
phone: '1234567890',
phoneHours: 'Mon-Fri 9am-6pm',
officeAddress: '123 Market Street',
officeCity: 'New York CA 234737',
mapUrl: '',
directionsUrl: '',
},
},
{
pageSlug: 'contact',
sectionKey: 'cta',
content: {
title: 'Ready to find an agent?',
description: 'Discover trusted agents and start your property journey with confidence.',
buttonText: 'Start Your Search',
buttonLink: '/user/profiles',
},
},
];
for (const cms of cmsDefaults) {