diff --git a/prisma/seed.ts b/prisma/seed.ts index abc1613..cbbc2ad 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -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) {