@tantainnovative/ndpr-toolkit 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/next-env.d.ts +5 -0
  2. package/package.json +1 -1
  3. package/.claude/settings.local.json +0 -20
  4. package/.eslintrc.json +0 -10
  5. package/.github/workflows/ci.yml +0 -36
  6. package/.github/workflows/nextjs.yml +0 -104
  7. package/.husky/commit-msg +0 -4
  8. package/.husky/pre-commit +0 -4
  9. package/.lintstagedrc.js +0 -4
  10. package/.nvmrc +0 -1
  11. package/.versionrc +0 -17
  12. package/CLAUDE.md +0 -90
  13. package/commitlint.config.js +0 -36
  14. package/eslint.config.mjs +0 -16
  15. package/jest.config.js +0 -31
  16. package/jest.setup.js +0 -15
  17. package/next.config.js +0 -15
  18. package/next.config.ts +0 -62
  19. package/packages/ndpr-toolkit/README.md +0 -467
  20. package/packages/ndpr-toolkit/jest.config.js +0 -23
  21. package/packages/ndpr-toolkit/package-lock.json +0 -8197
  22. package/packages/ndpr-toolkit/package.json +0 -71
  23. package/packages/ndpr-toolkit/rollup.config.js +0 -34
  24. package/packages/ndpr-toolkit/src/__tests__/components/consent/ConsentBanner.test.tsx +0 -119
  25. package/packages/ndpr-toolkit/src/__tests__/components/consent/ConsentManager.test.tsx +0 -122
  26. package/packages/ndpr-toolkit/src/__tests__/components/consent/ConsentStorage.test.tsx +0 -270
  27. package/packages/ndpr-toolkit/src/__tests__/components/dsr/DSRDashboard.test.tsx +0 -199
  28. package/packages/ndpr-toolkit/src/__tests__/components/dsr/DSRRequestForm.test.tsx +0 -224
  29. package/packages/ndpr-toolkit/src/__tests__/components/dsr/DSRTracker.test.tsx +0 -104
  30. package/packages/ndpr-toolkit/src/__tests__/hooks/useConsent.test.tsx +0 -161
  31. package/packages/ndpr-toolkit/src/__tests__/hooks/useDSR.test.tsx +0 -330
  32. package/packages/ndpr-toolkit/src/__tests__/utils/breach.test.ts +0 -149
  33. package/packages/ndpr-toolkit/src/__tests__/utils/consent.test.ts +0 -88
  34. package/packages/ndpr-toolkit/src/__tests__/utils/dpia.test.ts +0 -160
  35. package/packages/ndpr-toolkit/src/__tests__/utils/dsr.test.ts +0 -110
  36. package/packages/ndpr-toolkit/src/__tests__/utils/privacy.test.ts +0 -97
  37. package/packages/ndpr-toolkit/src/components/breach/BreachNotificationManager.tsx +0 -701
  38. package/packages/ndpr-toolkit/src/components/breach/BreachReportForm.tsx +0 -631
  39. package/packages/ndpr-toolkit/src/components/breach/BreachRiskAssessment.tsx +0 -569
  40. package/packages/ndpr-toolkit/src/components/breach/RegulatoryReportGenerator.tsx +0 -496
  41. package/packages/ndpr-toolkit/src/components/consent/ConsentBanner.tsx +0 -270
  42. package/packages/ndpr-toolkit/src/components/consent/ConsentManager.tsx +0 -217
  43. package/packages/ndpr-toolkit/src/components/consent/ConsentStorage.tsx +0 -206
  44. package/packages/ndpr-toolkit/src/components/dpia/DPIAQuestionnaire.tsx +0 -342
  45. package/packages/ndpr-toolkit/src/components/dpia/DPIAReport.tsx +0 -373
  46. package/packages/ndpr-toolkit/src/components/dpia/StepIndicator.tsx +0 -174
  47. package/packages/ndpr-toolkit/src/components/dsr/DSRDashboard.tsx +0 -717
  48. package/packages/ndpr-toolkit/src/components/dsr/DSRRequestForm.tsx +0 -476
  49. package/packages/ndpr-toolkit/src/components/dsr/DSRTracker.tsx +0 -620
  50. package/packages/ndpr-toolkit/src/components/policy/PolicyExporter.tsx +0 -541
  51. package/packages/ndpr-toolkit/src/components/policy/PolicyGenerator.tsx +0 -454
  52. package/packages/ndpr-toolkit/src/components/policy/PolicyPreview.tsx +0 -333
  53. package/packages/ndpr-toolkit/src/hooks/useBreach.ts +0 -409
  54. package/packages/ndpr-toolkit/src/hooks/useConsent.ts +0 -263
  55. package/packages/ndpr-toolkit/src/hooks/useDPIA.ts +0 -457
  56. package/packages/ndpr-toolkit/src/hooks/useDSR.ts +0 -236
  57. package/packages/ndpr-toolkit/src/hooks/usePrivacyPolicy.ts +0 -428
  58. package/packages/ndpr-toolkit/src/index.ts +0 -44
  59. package/packages/ndpr-toolkit/src/setupTests.ts +0 -5
  60. package/packages/ndpr-toolkit/src/types/breach.ts +0 -283
  61. package/packages/ndpr-toolkit/src/types/consent.ts +0 -111
  62. package/packages/ndpr-toolkit/src/types/dpia.ts +0 -236
  63. package/packages/ndpr-toolkit/src/types/dsr.ts +0 -192
  64. package/packages/ndpr-toolkit/src/types/index.ts +0 -42
  65. package/packages/ndpr-toolkit/src/types/privacy.ts +0 -246
  66. package/packages/ndpr-toolkit/src/utils/breach.ts +0 -122
  67. package/packages/ndpr-toolkit/src/utils/consent.ts +0 -51
  68. package/packages/ndpr-toolkit/src/utils/dpia.ts +0 -104
  69. package/packages/ndpr-toolkit/src/utils/dsr.ts +0 -77
  70. package/packages/ndpr-toolkit/src/utils/privacy.ts +0 -100
  71. package/packages/ndpr-toolkit/tsconfig.json +0 -23
  72. package/postcss.config.mjs +0 -5
  73. package/src/__tests__/example.test.ts +0 -13
  74. package/src/__tests__/requestService.test.ts +0 -57
  75. package/src/app/accessibility.css +0 -70
  76. package/src/app/docs/components/DocLayout.tsx +0 -267
  77. package/src/app/docs/components/breach-notification/page.tsx +0 -797
  78. package/src/app/docs/components/consent-management/page.tsx +0 -576
  79. package/src/app/docs/components/data-subject-rights/page.tsx +0 -511
  80. package/src/app/docs/components/dpia-questionnaire/layout.tsx +0 -15
  81. package/src/app/docs/components/dpia-questionnaire/metadata.ts +0 -31
  82. package/src/app/docs/components/dpia-questionnaire/page.tsx +0 -666
  83. package/src/app/docs/components/hooks/page.tsx +0 -305
  84. package/src/app/docs/components/page.tsx +0 -84
  85. package/src/app/docs/components/privacy-policy-generator/page.tsx +0 -634
  86. package/src/app/docs/guides/breach-notification-process/components/BestPractices.tsx +0 -123
  87. package/src/app/docs/guides/breach-notification-process/components/ImplementationSteps.tsx +0 -328
  88. package/src/app/docs/guides/breach-notification-process/components/Introduction.tsx +0 -28
  89. package/src/app/docs/guides/breach-notification-process/components/NotificationTimeline.tsx +0 -91
  90. package/src/app/docs/guides/breach-notification-process/components/Resources.tsx +0 -118
  91. package/src/app/docs/guides/breach-notification-process/page.tsx +0 -39
  92. package/src/app/docs/guides/conducting-dpia/page.tsx +0 -593
  93. package/src/app/docs/guides/data-subject-requests/page.tsx +0 -666
  94. package/src/app/docs/guides/managing-consent/page.tsx +0 -738
  95. package/src/app/docs/guides/ndpr-compliance-checklist/components/ComplianceChecklist.tsx +0 -296
  96. package/src/app/docs/guides/ndpr-compliance-checklist/components/ImplementationTools.tsx +0 -145
  97. package/src/app/docs/guides/ndpr-compliance-checklist/components/Introduction.tsx +0 -33
  98. package/src/app/docs/guides/ndpr-compliance-checklist/components/KeyRequirements.tsx +0 -99
  99. package/src/app/docs/guides/ndpr-compliance-checklist/components/Resources.tsx +0 -159
  100. package/src/app/docs/guides/ndpr-compliance-checklist/page.tsx +0 -38
  101. package/src/app/docs/guides/page.tsx +0 -67
  102. package/src/app/docs/layout.tsx +0 -15
  103. package/src/app/docs/metadata.ts +0 -31
  104. package/src/app/docs/page.tsx +0 -572
  105. package/src/app/favicon.ico +0 -0
  106. package/src/app/globals.css +0 -123
  107. package/src/app/layout.tsx +0 -37
  108. package/src/app/ndpr-demos/breach/page.tsx +0 -354
  109. package/src/app/ndpr-demos/consent/page.tsx +0 -366
  110. package/src/app/ndpr-demos/dpia/page.tsx +0 -495
  111. package/src/app/ndpr-demos/dsr/page.tsx +0 -280
  112. package/src/app/ndpr-demos/page.tsx +0 -73
  113. package/src/app/ndpr-demos/policy/page.tsx +0 -771
  114. package/src/app/page.tsx +0 -452
  115. package/src/components/ErrorBoundary.tsx +0 -90
  116. package/src/components/breach-notification/BreachNotificationForm.tsx +0 -479
  117. package/src/components/consent/ConsentBanner.tsx +0 -159
  118. package/src/components/data-subject-rights/DataSubjectRequestForm.tsx +0 -419
  119. package/src/components/docs/DocLayout.tsx +0 -289
  120. package/src/components/docs/index.ts +0 -2
  121. package/src/components/dpia/DPIAQuestionnaire.tsx +0 -483
  122. package/src/components/privacy-policy/PolicyGenerator.tsx +0 -1062
  123. package/src/components/privacy-policy/data.ts +0 -98
  124. package/src/components/privacy-policy/shared/CheckboxField.tsx +0 -38
  125. package/src/components/privacy-policy/shared/CheckboxGroup.tsx +0 -85
  126. package/src/components/privacy-policy/shared/FormField.tsx +0 -79
  127. package/src/components/privacy-policy/shared/StepIndicator.tsx +0 -86
  128. package/src/components/privacy-policy/steps/CustomSectionsStep.tsx +0 -335
  129. package/src/components/privacy-policy/steps/DataCollectionStep.tsx +0 -231
  130. package/src/components/privacy-policy/steps/DataSharingStep.tsx +0 -418
  131. package/src/components/privacy-policy/steps/OrganizationInfoStep.tsx +0 -202
  132. package/src/components/privacy-policy/steps/PolicyPreviewStep.tsx +0 -172
  133. package/src/components/ui/Badge.tsx +0 -46
  134. package/src/components/ui/Button.tsx +0 -59
  135. package/src/components/ui/Card.tsx +0 -92
  136. package/src/components/ui/Checkbox.tsx +0 -57
  137. package/src/components/ui/FormField.tsx +0 -50
  138. package/src/components/ui/Input.tsx +0 -38
  139. package/src/components/ui/Loading.tsx +0 -201
  140. package/src/components/ui/Select.tsx +0 -42
  141. package/src/components/ui/TextArea.tsx +0 -38
  142. package/src/components/ui/label.tsx +0 -24
  143. package/src/components/ui/switch.tsx +0 -31
  144. package/src/components/ui/tabs.tsx +0 -66
  145. package/src/hooks/useConsent.ts +0 -64
  146. package/src/hooks/useLoadingState.ts +0 -85
  147. package/src/lib/consentService.ts +0 -137
  148. package/src/lib/dpiaQuestions.ts +0 -148
  149. package/src/lib/requestService.ts +0 -75
  150. package/src/lib/sanitize.ts +0 -108
  151. package/src/lib/storage.ts +0 -222
  152. package/src/lib/utils.ts +0 -6
  153. package/src/types/html-to-docx.d.ts +0 -30
  154. package/src/types/index.ts +0 -72
  155. package/tailwind.config.ts +0 -65
  156. package/tsconfig.json +0 -41
@@ -1,280 +0,0 @@
1
- 'use client';
2
-
3
- import React, { useState, useEffect } from 'react';
4
- import Link from 'next/link';
5
- import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
6
- import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '@/components/ui/Card';
7
- import { DSRRequestForm, DSRDashboard, DSRTracker, DSRRequest, DSRStatus, DSRType, RequestType } from '@tantainnovative/ndpr-toolkit';
8
- import { v4 as uuidv4 } from 'uuid';
9
-
10
- export default function DSRDemoPage() {
11
- const [requests, setRequests] = useState<DSRRequest[]>([]);
12
- const [activeTab, setActiveTab] = useState('request-form');
13
- const [isClient, setIsClient] = useState(false);
14
-
15
- // Define request types
16
- const requestTypes: RequestType[] = [
17
- {
18
- id: 'access',
19
- name: 'Access Request',
20
- description: 'Request to access your personal data',
21
- estimatedCompletionTime: 30,
22
- requiresAdditionalInfo: false
23
- },
24
- {
25
- id: 'erasure',
26
- name: 'Erasure Request',
27
- description: 'Request to delete your personal data',
28
- estimatedCompletionTime: 45,
29
- requiresAdditionalInfo: false
30
- },
31
- {
32
- id: 'rectification',
33
- name: 'Rectification Request',
34
- description: 'Request to correct your personal data',
35
- estimatedCompletionTime: 15,
36
- requiresAdditionalInfo: true
37
- },
38
- {
39
- id: 'restriction',
40
- name: 'Restriction Request',
41
- description: 'Request to restrict processing of your personal data',
42
- estimatedCompletionTime: 20,
43
- requiresAdditionalInfo: true
44
- }
45
- ];
46
-
47
- // This effect runs only on the client side after hydration
48
- useEffect(() => {
49
- setIsClient(true);
50
-
51
- // Load sample data for demo purposes
52
- const sampleRequests: DSRRequest[] = [
53
- {
54
- id: uuidv4(),
55
- type: 'access' as DSRType,
56
- status: 'pending' as DSRStatus,
57
- createdAt: Date.now() - 3 * 24 * 60 * 60 * 1000, // 3 days ago
58
- updatedAt: Date.now() - 3 * 24 * 60 * 60 * 1000,
59
- dueDate: Date.now() + 12 * 24 * 60 * 60 * 1000, // Due in 12 days
60
- subject: {
61
- name: 'John Doe',
62
- email: 'john@example.com',
63
- phone: '1234567890'
64
- },
65
- description: 'I want to access all my personal data stored in your systems.'
66
- },
67
- {
68
- id: uuidv4(),
69
- type: 'erasure' as DSRType,
70
- status: 'inProgress' as DSRStatus,
71
- createdAt: Date.now() - 5 * 24 * 60 * 60 * 1000, // 5 days ago
72
- updatedAt: Date.now() - 2 * 24 * 60 * 60 * 1000, // 2 days ago
73
- dueDate: Date.now() + 5 * 24 * 60 * 60 * 1000, // Due in 5 days
74
- subject: {
75
- name: 'Jane Smith',
76
- email: 'jane@example.com'
77
- },
78
- description: 'Please delete all my personal data from your systems.'
79
- },
80
- {
81
- id: uuidv4(),
82
- type: 'rectification' as DSRType,
83
- status: 'completed' as DSRStatus,
84
- createdAt: Date.now() - 10 * 24 * 60 * 60 * 1000, // 10 days ago
85
- updatedAt: Date.now() - 1 * 24 * 60 * 60 * 1000, // 1 day ago
86
- completedAt: Date.now() - 1 * 24 * 60 * 60 * 1000,
87
- dueDate: Date.now() - 2 * 24 * 60 * 60 * 1000, // Due 2 days ago (but completed)
88
- subject: {
89
- name: 'Bob Johnson',
90
- email: 'bob@example.com'
91
- },
92
- description: 'My address is incorrect. Please update it to 123 Main St.'
93
- },
94
- {
95
- id: uuidv4(),
96
- type: 'restriction' as DSRType,
97
- status: 'pending' as DSRStatus,
98
- createdAt: Date.now() - 15 * 24 * 60 * 60 * 1000, // 15 days ago
99
- updatedAt: Date.now() - 15 * 24 * 60 * 60 * 1000,
100
- dueDate: Date.now() - 5 * 24 * 60 * 60 * 1000, // Due 5 days ago (overdue)
101
- subject: {
102
- name: 'Alice Williams',
103
- email: 'alice@example.com',
104
- phone: '9876543210'
105
- },
106
- description: 'I want to restrict processing of my personal data for marketing purposes.'
107
- }
108
- ];
109
-
110
- setRequests(sampleRequests);
111
- }, []);
112
-
113
- interface SubmitData {
114
- requestType: string;
115
- dataSubject: {
116
- fullName: string;
117
- email: string;
118
- phone?: string;
119
- };
120
- additionalInfo?: {
121
- description?: string;
122
- };
123
- }
124
-
125
- const handleSubmitRequest = (data: Record<string, unknown>) => {
126
- const req = data as unknown as SubmitData;
127
- console.log('Received form data:', data);
128
-
129
- // Calculate due date based on request type (30 days for access, 15 days for erasure, etc.)
130
- let dueDays = 30; // Default to 30 days
131
- if (req.requestType === 'erasure') dueDays = 15;
132
- if (req.requestType === 'rectification') dueDays = 10;
133
- if (req.requestType === 'restriction') dueDays = 20;
134
-
135
- const newRequest: DSRRequest = {
136
- id: uuidv4(),
137
- type: req.requestType as DSRType,
138
- status: 'pending' as DSRStatus,
139
- createdAt: Date.now(),
140
- updatedAt: Date.now(),
141
- dueDate: Date.now() + (dueDays * 24 * 60 * 60 * 1000), // Set due date based on request type
142
- subject: {
143
- name: req.dataSubject.fullName,
144
- email: req.dataSubject.email,
145
- phone: req.dataSubject.phone
146
- },
147
- description: req.additionalInfo?.description || 'No description provided'
148
- };
149
-
150
- setRequests((prev) => [newRequest, ...prev]);
151
- setActiveTab('dashboard');
152
- };
153
-
154
- const handleUpdateStatus = (requestId: string, status: DSRStatus) => {
155
- setRequests((prev) =>
156
- prev.map((request) => {
157
- if (request.id === requestId) {
158
- return {
159
- ...request,
160
- status,
161
- updatedAt: Date.now(),
162
- ...(status === 'completed' ? { completedAt: Date.now() } : {})
163
- };
164
- }
165
- return request;
166
- })
167
- );
168
- };
169
-
170
- const handleSelectRequest = (requestId: string) => {
171
- // In a real application, you might want to show detailed information
172
- // about the selected request or perform other actions
173
- console.log(`Request selected: ${requestId}`);
174
- };
175
-
176
- if (!isClient) {
177
- return <div>Loading...</div>;
178
- }
179
-
180
- return (
181
- <div className="container mx-auto py-10">
182
- <div className="mb-6">
183
- <Link href="/ndpr-demos" className="text-blue-600 hover:underline">
184
- ← Back to NDPR Demos
185
- </Link>
186
- </div>
187
-
188
- <h1 className="text-3xl font-bold mb-8">Data Subject Rights Demo</h1>
189
-
190
- <Tabs value={activeTab} onValueChange={setActiveTab}>
191
- <TabsList className="mb-6">
192
- <TabsTrigger value="request-form">DSR Request Form</TabsTrigger>
193
- <TabsTrigger value="dashboard">DSR Dashboard</TabsTrigger>
194
- <TabsTrigger value="tracker">DSR Tracker</TabsTrigger>
195
- </TabsList>
196
-
197
- <TabsContent value="request-form" className="mt-6">
198
- <Card>
199
- <CardHeader>
200
- <CardTitle>Data Subject Request Form</CardTitle>
201
- <CardDescription>
202
- This form allows data subjects to submit requests to exercise their rights under NDPR.
203
- </CardDescription>
204
- </CardHeader>
205
- <CardContent>
206
- <DSRRequestForm
207
- requestTypes={requestTypes}
208
- onSubmit={handleSubmitRequest}
209
- title="Submit a Data Subject Request"
210
- description="Use this form to submit a request regarding your personal data."
211
- submitButtonText="Submit Request"
212
- />
213
- </CardContent>
214
- </Card>
215
- </TabsContent>
216
-
217
- <TabsContent value="dashboard" className="mt-6">
218
- <Card>
219
- <CardHeader>
220
- <CardTitle>Data Subject Request Dashboard</CardTitle>
221
- <CardDescription>
222
- This dashboard allows administrators to manage and respond to data subject requests.
223
- </CardDescription>
224
- </CardHeader>
225
- <CardContent>
226
- <DSRDashboard
227
- requests={requests}
228
- onUpdateStatus={handleUpdateStatus}
229
- onSelectRequest={handleSelectRequest}
230
- title="DSR Management Dashboard"
231
- description="Track and manage data subject requests in compliance with NDPR requirements."
232
- showRequestDetails={true}
233
- showRequestTimeline={true}
234
- showDeadlineAlerts={true}
235
- />
236
- </CardContent>
237
- </Card>
238
- </TabsContent>
239
-
240
- <TabsContent value="tracker" className="mt-6">
241
- <Card>
242
- <CardHeader>
243
- <CardTitle>Data Subject Request Tracker</CardTitle>
244
- <CardDescription>
245
- This component provides a simplified view for tracking DSR requests.
246
- </CardDescription>
247
- </CardHeader>
248
- <CardContent>
249
- <DSRTracker
250
- requests={requests}
251
- onSelectRequest={handleSelectRequest}
252
- title="DSR Request Tracker"
253
- description="Track the status of data subject requests"
254
- />
255
- </CardContent>
256
- </Card>
257
- </TabsContent>
258
- </Tabs>
259
-
260
- <div className="mt-10 p-4 bg-gray-100 rounded-lg">
261
- <h2 className="text-xl font-semibold mb-2">Implementation Notes</h2>
262
- <p className="mb-4">
263
- This demo showcases the DSR components from the NDPR Toolkit:
264
- </p>
265
- <ul className="list-disc pl-5 space-y-2">
266
- <li><code>DSRRequestForm</code>: For collecting and validating data subject requests</li>
267
- <li><code>DSRDashboard</code>: For managing and processing requests</li>
268
- <li><code>DSRTracker</code>: For tracking request status and metrics</li>
269
- </ul>
270
- <p className="mt-4">
271
- For detailed documentation, see the{' '}
272
- <Link href="/docs/components/data-subject-rights" className="text-blue-600 hover:underline">
273
- DSR documentation
274
- </Link>
275
- .
276
- </p>
277
- </div>
278
- </div>
279
- );
280
- }
@@ -1,73 +0,0 @@
1
- 'use client';
2
-
3
- import React from 'react';
4
- import Link from 'next/link';
5
- import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '@/components/ui/Card';
6
-
7
-
8
- export default function NDPRDemosPage() {
9
- const demos = [
10
- {
11
- title: 'Data Subject Rights',
12
- description: 'Demos for DSR request forms, dashboard, and tracking components',
13
- href: '/ndpr-demos/dsr'
14
- },
15
- {
16
- title: 'Consent Management',
17
- description: 'Demos for consent banner, manager, and storage components',
18
- href: '/ndpr-demos/consent'
19
- },
20
- {
21
- title: 'DPIA Tools',
22
- description: 'Demos for Data Protection Impact Assessment components',
23
- href: '/ndpr-demos/dpia'
24
- },
25
- {
26
- title: 'Breach Management',
27
- description: 'Demos for data breach notification and management components',
28
- href: '/ndpr-demos/breach'
29
- },
30
- {
31
- title: 'Privacy Policy',
32
- description: 'Demos for privacy policy generation and management',
33
- href: '/ndpr-demos/policy'
34
- }
35
- ];
36
-
37
- return (
38
- <div className="container mx-auto py-10">
39
- <h1 className="text-3xl font-bold mb-8">NDPR Toolkit Demos</h1>
40
- <p className="text-lg mb-6">
41
- These demos showcase the components and functionality of the NDPR Toolkit package.
42
- Each demo demonstrates how to use the toolkit in a real-world application.
43
- </p>
44
-
45
- <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
46
- {demos.map((demo, index) => (
47
- <Link key={index} href={demo.href} className="no-underline">
48
- <Card className="h-full hover:shadow-lg transition-shadow">
49
- <CardHeader>
50
- <CardTitle>{demo.title}</CardTitle>
51
- <CardDescription>{demo.description}</CardDescription>
52
- </CardHeader>
53
- <CardContent>
54
- <div className="text-sm text-blue-600">View Demo →</div>
55
- </CardContent>
56
- </Card>
57
- </Link>
58
- ))}
59
- </div>
60
-
61
- <div className="mt-10 p-4 bg-gray-100 rounded-lg">
62
- <h2 className="text-xl font-semibold mb-2">Documentation</h2>
63
- <p>
64
- For detailed documentation on how to use the NDPR Toolkit, please visit the{' '}
65
- <Link href="/docs" className="text-blue-600 hover:underline">
66
- documentation pages
67
- </Link>
68
- .
69
- </p>
70
- </div>
71
- </div>
72
- );
73
- }