From 2e8c097b7c5453f9e280f8e3fbcbd287b5e9d509 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 13 Apr 2026 23:31:36 +0530 Subject: [PATCH] fix: remove unnecessary double quotes from hero section headline in seed data --- prisma/seed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/seed.ts b/prisma/seed.ts index bb08260..31bb438 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -1375,7 +1375,7 @@ async function main() { sectionKey: 'hero', content: { headline: - '"Discover verified, top-rated real estate professionals to guide your buying, selling, or investing journey."', + 'Discover verified, top-rated real estate professionals to guide your buying, selling, or investing journey.', description: '', ctaButtonText: 'See All', helperText: '',