From 7260a9ca93f6edd4f9d6f3a43e751c11cdafdd54 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Thu, 19 Mar 2026 13:32:49 +0530 Subject: [PATCH] fix --- prisma/seed.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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) {