From 6ad62c895ee315c20a74b6790dc9eeeaa55d261a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:54:01 +0000 Subject: [PATCH] Update src/app/guide/page.tsx --- src/app/guide/page.tsx | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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 +}