diff --git a/src/app/guide/page.tsx b/src/app/guide/page.tsx index 0d91de3..3ebd9b1 100644 --- a/src/app/guide/page.tsx +++ b/src/app/guide/page.tsx @@ -69,22 +69,11 @@ export default function GuidePage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Investing without location research", - "Ignoring property title verification", - "Choosing distant, inaccessible areas", - "Missing infrastructure development trends", - "Rushing into quick decisions", - ], + "Investing without location research", "Ignoring property title verification", "Choosing distant, inaccessible areas", "Missing infrastructure development trends", "Rushing into quick decisions"], }} positiveCard={{ items: [ - "Research SGR corridors and highways", - "Verify title deeds through professionals", - "Select strategic, accessible locations", - "Monitor development announcements", - "Take time for informed decisions", - "Work with transparent brokers", - ], + "Research SGR corridors and highways", "Verify title deeds through professionals", "Select strategic, accessible locations", "Monitor development announcements", "Take time for informed decisions", "Work with transparent brokers"], }} animationType="slide-up" textboxLayout="default" @@ -101,4 +90,4 @@ export default function GuidePage() { ); -} \ No newline at end of file +}