@adminide-stack/clock-tik-browser 12.0.22-alpha.1 → 12.0.22-alpha.3

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 (48) hide show
  1. package/lib/pages/LandingPage/components/BooksFeatureSection.d.ts +4 -0
  2. package/lib/pages/LandingPage/components/BooksFeatureSection.d.ts.map +1 -0
  3. package/lib/pages/LandingPage/components/BooksFeatureSection.js +318 -0
  4. package/lib/pages/LandingPage/components/BooksFeatureSection.js.map +1 -0
  5. package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts +4 -0
  6. package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts.map +1 -0
  7. package/lib/pages/LandingPage/components/HRMFeatureSection.js +231 -0
  8. package/lib/pages/LandingPage/components/HRMFeatureSection.js.map +1 -0
  9. package/lib/pages/LandingPage/components/index.d.ts +2 -0
  10. package/lib/pages/LandingPage/components/index.d.ts.map +1 -1
  11. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  12. package/lib/pages/LandingPage/index.js +7 -3
  13. package/lib/pages/LandingPage/index.js.map +1 -1
  14. package/lib/templates/content/blog/2026-02-15-modern-hr-management-small-business-guide.md +112 -0
  15. package/lib/templates/content/blog/2026-02-18-employee-onboarding-checklist-2026.md +164 -0
  16. package/lib/templates/content/blog/2026-02-19-leave-management-best-practices.md +142 -0
  17. package/lib/templates/content/blog/2026-02-20-travel-expense-management-growing-teams.md +135 -0
  18. package/lib/templates/content/blog/2026-02-21-purchase-order-management-guide.md +152 -0
  19. package/lib/templates/content/blog/2026-02-22-expense-tracking-small-business.md +152 -0
  20. package/lib/templates/content/blog/2026-02-23-vendor-management-best-practices.md +157 -0
  21. package/lib/templates/content/blog/2026-02-24-sales-quotes-orders-closing-deals-faster.md +194 -0
  22. package/lib/templates/content/blog/authors.yml +6 -0
  23. package/lib/templates/content/content-manifest.json +961 -0
  24. package/lib/templates/content/docs/books/books-overview.md +93 -0
  25. package/lib/templates/content/docs/books/dashboard.md +133 -0
  26. package/lib/templates/content/docs/books/expenses.md +151 -0
  27. package/lib/templates/content/docs/books/notes.md +102 -0
  28. package/lib/templates/content/docs/books/purchase-orders.md +142 -0
  29. package/lib/templates/content/docs/books/quotes.md +152 -0
  30. package/lib/templates/content/docs/books/sales-orders.md +142 -0
  31. package/lib/templates/content/docs/books/vendor-credits.md +135 -0
  32. package/lib/templates/content/docs/books/vendors.md +142 -0
  33. package/lib/templates/static/img/books/books-sidebar-expanded.png +0 -0
  34. package/lib/templates/static/img/books/dashboard-overview.png +0 -0
  35. package/lib/templates/static/img/books/expense-form.png +0 -0
  36. package/lib/templates/static/img/books/expenses-list.png +0 -0
  37. package/lib/templates/static/img/books/notes-page.png +0 -0
  38. package/lib/templates/static/img/books/purchase-order-form.png +0 -0
  39. package/lib/templates/static/img/books/purchase-orders-list.png +0 -0
  40. package/lib/templates/static/img/books/quote-form.png +0 -0
  41. package/lib/templates/static/img/books/quotes-list.png +0 -0
  42. package/lib/templates/static/img/books/sales-order-form.png +0 -0
  43. package/lib/templates/static/img/books/sales-orders-list.png +0 -0
  44. package/lib/templates/static/img/books/vendor-credit-form.png +0 -0
  45. package/lib/templates/static/img/books/vendor-credits-list.png +0 -0
  46. package/lib/templates/static/img/books/vendor-form.png +0 -0
  47. package/lib/templates/static/img/books/vendors-list.png +0 -0
  48. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ export declare function BooksFeatureSection({ reducedMotion }: {
2
+ reducedMotion: boolean;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=BooksFeatureSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BooksFeatureSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/BooksFeatureSection.tsx"],"names":[],"mappings":"AAyKA,wBAAgB,mBAAmB,CAAC,EAAE,aAAa,EAAE,EAAE;IAAE,aAAa,EAAE,OAAO,CAAA;CAAE,2CA8KhF"}
@@ -0,0 +1,318 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import React__default,{useState}from'react';import {Link}from'@remix-run/react';import {ArrowRight,ShoppingCart,FileSpreadsheet,Building2,Receipt,CreditCard,ClipboardList,StickyNote,LayoutDashboard,ChevronRight}from'lucide-react';const ModuleCard = ({
2
+ icon,
3
+ title,
4
+ description,
5
+ features,
6
+ color,
7
+ isActive,
8
+ onClick
9
+ }) => {
10
+ return jsx("button", {
11
+ onClick: onClick,
12
+ className: `group w-full rounded-xl border p-5 text-left transition-all duration-300 ${isActive ? 'border-foreground/20 bg-foreground/5 shadow-lg' : 'border-foreground/5 bg-background hover:border-foreground/10 hover:bg-foreground/[0.02]'}`,
13
+ children: jsxs("div", {
14
+ className: "flex items-start gap-3",
15
+ children: [jsx("div", {
16
+ className: "flex h-9 w-9 flex-shrink-0 items-center justify-center rounded-lg transition-transform duration-300 group-hover:scale-110",
17
+ style: {
18
+ backgroundColor: color
19
+ },
20
+ children: icon
21
+ }), jsxs("div", {
22
+ className: "min-w-0 flex-1",
23
+ children: [jsx("h4", {
24
+ className: "text-sm font-semibold text-foreground",
25
+ children: title
26
+ }), jsx("p", {
27
+ className: "mt-1 text-xs leading-relaxed text-muted-foreground",
28
+ children: description
29
+ }), isActive && jsx("ul", {
30
+ className: "mt-3 space-y-1.5",
31
+ children: features.map((f, i) => jsxs("li", {
32
+ className: "flex items-center gap-1.5 text-xs text-muted-foreground",
33
+ children: [jsx(ChevronRight, {
34
+ className: "h-3 w-3 flex-shrink-0",
35
+ style: {
36
+ color
37
+ }
38
+ }), f]
39
+ }, i))
40
+ })]
41
+ })]
42
+ })
43
+ });
44
+ };
45
+ const modules = [{
46
+ icon: jsx(ShoppingCart, {
47
+ className: "h-4 w-4 text-white"
48
+ }),
49
+ title: 'Purchase Orders',
50
+ description: 'Create, send, and track purchase orders through their full lifecycle.',
51
+ features: ['Line items with quantity, rate & discount', 'Status tracking: Draft → Sent → Received → Fulfilled', 'Link to vendors and expenses', 'Notes and terms & conditions'],
52
+ color: '#3B82F6',
53
+ screenshot: '/static/img/books/purchase-orders-list.png'
54
+ }, {
55
+ icon: jsx(Receipt, {
56
+ className: "h-4 w-4 text-white"
57
+ }),
58
+ title: 'Expenses',
59
+ description: 'Track every business expense with receipt uploads and categorization.',
60
+ features: ['Categorized expense recording', 'Receipt attachments', 'Link to purchase orders', 'Vendor-based expense tracking'],
61
+ color: '#EF4444',
62
+ screenshot: '/static/img/books/expenses-list.png'
63
+ }, {
64
+ icon: jsx(Building2, {
65
+ className: "h-4 w-4 text-white"
66
+ }),
67
+ title: 'Vendors',
68
+ description: 'Centralized vendor database with full contact and billing details.',
69
+ features: ['Company & contact information', 'Billing & shipping addresses', 'Tax identification tracking', 'Notes for vendor intelligence'],
70
+ color: '#10B981',
71
+ screenshot: '/static/img/books/vendors-list.png'
72
+ }, {
73
+ icon: jsx(CreditCard, {
74
+ className: "h-4 w-4 text-white"
75
+ }),
76
+ title: 'Vendor Credits',
77
+ description: 'Never lose money owed from returns, overcharges, or service credits.',
78
+ features: ['Track credits by vendor', 'Reference to original PO/invoice', 'Apply to future invoices', 'Full audit trail'],
79
+ color: '#F59E0B',
80
+ screenshot: '/static/img/books/vendor-credits-list.png'
81
+ }, {
82
+ icon: jsx(FileSpreadsheet, {
83
+ className: "h-4 w-4 text-white"
84
+ }),
85
+ title: 'Quotes',
86
+ description: 'Create professional quotes with expiry dates and convert them to sales orders.',
87
+ features: ['Professional quote generation', 'Expiry dates for urgency', 'One-click convert to Sales Order', 'Custom terms & conditions'],
88
+ color: '#8B5CF6',
89
+ screenshot: '/static/img/books/quotes-list.png'
90
+ }, {
91
+ icon: jsx(ClipboardList, {
92
+ className: "h-4 w-4 text-white"
93
+ }),
94
+ title: 'Sales Orders',
95
+ description: 'Manage confirmed orders from quote acceptance through fulfillment.',
96
+ features: ['Convert from accepted quotes', 'Status: Draft → Confirmed → Delivered → Closed', 'Expected shipment tracking', 'Sales person assignment'],
97
+ color: '#06B6D4',
98
+ screenshot: '/static/img/books/sales-orders-list.png'
99
+ }, {
100
+ icon: jsx(StickyNote, {
101
+ className: "h-4 w-4 text-white"
102
+ }),
103
+ title: 'Notes',
104
+ description: 'Document deal context, negotiations, and vendor intelligence.',
105
+ features: ['Searchable note database', 'Rich text formatting', 'Attach to deals and vendors', 'Team collaboration'],
106
+ color: '#EC4899',
107
+ screenshot: '/static/img/books/notes-page.png'
108
+ }, {
109
+ icon: jsx(LayoutDashboard, {
110
+ className: "h-4 w-4 text-white"
111
+ }),
112
+ title: 'Dashboard',
113
+ description: 'Real-time overview of your financial health and key metrics.',
114
+ features: ['Revenue & expense summaries', 'Outstanding receivables & payables', 'Cash flow visualization', 'Quick-action shortcuts'],
115
+ color: '#6366F1',
116
+ screenshot: '/static/img/books/dashboard-overview.png'
117
+ }];
118
+ function BooksFeatureSection({
119
+ reducedMotion
120
+ }) {
121
+ const [activeModule, setActiveModule] = useState(0);
122
+ return jsx("section", {
123
+ className: "bg-[#FAFAF8] text-foreground dark:bg-[#111]",
124
+ children: jsxs("div", {
125
+ className: "mx-auto w-full max-w-7xl px-6 py-20 lg:px-10 lg:py-32",
126
+ children: [jsxs("div", {
127
+ className: "mx-auto max-w-3xl text-center",
128
+ children: [jsx("p", {
129
+ className: "text-xs font-medium uppercase tracking-[0.3em] text-muted-foreground",
130
+ children: "Accounting & Finance"
131
+ }), jsxs("h2", {
132
+ className: "mt-4 text-balance text-3xl font-semibold tracking-tight sm:text-5xl",
133
+ children: ["Accounting software for", ' ', jsx("span", {
134
+ className: "bg-gradient-to-r from-[#10B981] to-[#06B6D4] bg-clip-text text-transparent",
135
+ children: "growing businesses"
136
+ })]
137
+ }), jsx("p", {
138
+ className: "mt-6 text-pretty text-base leading-relaxed text-muted-foreground sm:text-lg",
139
+ children: "Manage your end-to-end accounting \u2014 from purchase orders and expenses to sales quotes and vendor management. Everything you need to keep your books clean and your business growing."
140
+ })]
141
+ }), jsx("div", {
142
+ className: "mx-auto mt-12 max-w-4xl",
143
+ children: jsx("div", {
144
+ className: "flex items-center justify-center gap-2 text-xs font-medium text-muted-foreground sm:gap-4 sm:text-sm",
145
+ children: [{
146
+ label: 'Quote',
147
+ color: '#8B5CF6'
148
+ }, {
149
+ label: 'Order',
150
+ color: '#3B82F6'
151
+ }, {
152
+ label: 'Receive',
153
+ color: '#10B981'
154
+ }, {
155
+ label: 'Track',
156
+ color: '#F59E0B'
157
+ }, {
158
+ label: 'Pay',
159
+ color: '#EF4444'
160
+ }].map((step, i, arr) => jsxs(React__default.Fragment, {
161
+ children: [jsxs("div", {
162
+ className: "flex items-center gap-1.5",
163
+ children: [jsx("div", {
164
+ className: "h-2 w-2 rounded-full",
165
+ style: {
166
+ backgroundColor: step.color
167
+ }
168
+ }), jsx("span", {
169
+ children: step.label
170
+ })]
171
+ }), i < arr.length - 1 && jsx(ArrowRight, {
172
+ className: "h-3 w-3 flex-shrink-0 text-muted-foreground/40"
173
+ })]
174
+ }, i))
175
+ })
176
+ }), jsxs("div", {
177
+ className: "mt-16 grid items-start gap-8 lg:grid-cols-5",
178
+ children: [jsx("div", {
179
+ className: "space-y-2 lg:col-span-2",
180
+ children: modules.map((mod, i) => jsx(ModuleCard, {
181
+ icon: mod.icon,
182
+ title: mod.title,
183
+ description: mod.description,
184
+ features: mod.features,
185
+ color: mod.color,
186
+ isActive: activeModule === i,
187
+ onClick: () => setActiveModule(i)
188
+ }, i))
189
+ }), jsxs("div", {
190
+ className: "sticky top-24 lg:col-span-3",
191
+ children: [jsxs("div", {
192
+ className: "overflow-hidden rounded-2xl border border-foreground/10 bg-background shadow-2xl",
193
+ children: [jsxs("div", {
194
+ className: "flex items-center gap-1.5 border-b border-foreground/5 bg-foreground/[0.02] px-4 py-2.5",
195
+ children: [jsx("div", {
196
+ className: "h-2.5 w-2.5 rounded-full bg-[#EF4444]/60"
197
+ }), jsx("div", {
198
+ className: "h-2.5 w-2.5 rounded-full bg-[#F59E0B]/60"
199
+ }), jsx("div", {
200
+ className: "h-2.5 w-2.5 rounded-full bg-[#10B981]/60"
201
+ }), jsxs("span", {
202
+ className: "ml-2 text-xs text-muted-foreground",
203
+ children: ["Clockbook \u2014 ", modules[activeModule].title]
204
+ })]
205
+ }), jsx("img", {
206
+ src: modules[activeModule].screenshot,
207
+ alt: `Clockbook ${modules[activeModule].title} interface`,
208
+ className: "h-auto w-full object-cover transition-opacity duration-500",
209
+ loading: "lazy"
210
+ }, activeModule)]
211
+ }), jsx("div", {
212
+ className: "mt-6 grid grid-cols-3 gap-4",
213
+ children: [{
214
+ value: '8',
215
+ label: 'Modules'
216
+ }, {
217
+ value: '100%',
218
+ label: 'Cloud-based'
219
+ }, {
220
+ value: '< 5min',
221
+ label: 'Setup time'
222
+ }].map((stat, i) => jsxs("div", {
223
+ className: "rounded-lg border border-foreground/5 bg-background p-3 text-center",
224
+ children: [jsx("p", {
225
+ className: "text-lg font-bold text-foreground",
226
+ children: stat.value
227
+ }), jsx("p", {
228
+ className: "text-[10px] font-medium text-muted-foreground",
229
+ children: stat.label
230
+ })]
231
+ }, i))
232
+ })]
233
+ })]
234
+ }), jsxs("div", {
235
+ className: "mt-16 rounded-2xl border border-foreground/10 bg-gradient-to-br from-[#10B981]/5 via-background to-[#3B82F6]/5 p-8 sm:p-12",
236
+ children: [jsxs("div", {
237
+ className: "flex flex-col items-center gap-6 text-center sm:flex-row sm:text-left",
238
+ children: [jsxs("div", {
239
+ className: "flex-1",
240
+ children: [jsx("h3", {
241
+ className: "text-xl font-semibold text-foreground sm:text-2xl",
242
+ children: "Your complete financial toolkit"
243
+ }), jsx("p", {
244
+ className: "mt-2 text-sm leading-relaxed text-muted-foreground",
245
+ children: "From quotes to cash, purchase orders to vendor credits \u2014 manage the full financial lifecycle of your business. Integrates seamlessly with HRM, Time Tracker, and Timesheets for a truly unified platform."
246
+ })]
247
+ }), jsxs("div", {
248
+ className: "flex flex-shrink-0 flex-wrap gap-3",
249
+ children: [jsxs(Link, {
250
+ to: "/help-center/docs/books/books-overview",
251
+ className: "inline-flex items-center gap-2 rounded-lg bg-[#10B981] px-5 py-2.5 text-sm font-medium text-white transition-colors hover:bg-[#059669]",
252
+ children: ["Explore Books ", jsx(ArrowRight, {
253
+ className: "h-4 w-4"
254
+ })]
255
+ }), jsx(Link, {
256
+ to: "/demo",
257
+ className: "inline-flex items-center gap-2 rounded-lg border border-foreground/10 bg-background px-5 py-2.5 text-sm font-medium text-foreground transition-colors hover:bg-foreground/5",
258
+ children: "Watch demo"
259
+ })]
260
+ })]
261
+ }), jsx("div", {
262
+ className: "mt-8 grid gap-4 sm:grid-cols-2 lg:grid-cols-4",
263
+ children: [{
264
+ icon: jsx(ShoppingCart, {
265
+ className: "h-4 w-4",
266
+ style: {
267
+ color: '#3B82F6'
268
+ }
269
+ }),
270
+ text: 'Purchase Orders',
271
+ sub: 'Full lifecycle tracking'
272
+ }, {
273
+ icon: jsx(FileSpreadsheet, {
274
+ className: "h-4 w-4",
275
+ style: {
276
+ color: '#8B5CF6'
277
+ }
278
+ }),
279
+ text: 'Quotes & Sales Orders',
280
+ sub: 'Quote-to-cash workflow'
281
+ }, {
282
+ icon: jsx(Building2, {
283
+ className: "h-4 w-4",
284
+ style: {
285
+ color: '#10B981'
286
+ }
287
+ }),
288
+ text: 'Vendor Management',
289
+ sub: 'Centralized database'
290
+ }, {
291
+ icon: jsx(Receipt, {
292
+ className: "h-4 w-4",
293
+ style: {
294
+ color: '#EF4444'
295
+ }
296
+ }),
297
+ text: 'Expense Tracking',
298
+ sub: 'Receipt-backed records'
299
+ }].map((item, i) => jsxs("div", {
300
+ className: "flex items-center gap-3 rounded-lg bg-background/60 p-3",
301
+ children: [jsx("div", {
302
+ className: "flex h-8 w-8 items-center justify-center rounded-md bg-foreground/5",
303
+ children: item.icon
304
+ }), jsxs("div", {
305
+ children: [jsx("p", {
306
+ className: "text-xs font-semibold text-foreground",
307
+ children: item.text
308
+ }), jsx("p", {
309
+ className: "text-[10px] text-muted-foreground",
310
+ children: item.sub
311
+ })]
312
+ })]
313
+ }, i))
314
+ })]
315
+ })]
316
+ })
317
+ });
318
+ }export{BooksFeatureSection};//# sourceMappingURL=BooksFeatureSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BooksFeatureSection.js","sources":["../../../../src/pages/LandingPage/components/BooksFeatureSection.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"+QA0BA,MAAM,UAAU,GAA8B,CAAC;MACpC;AAKS,EAAA,KAAA;aACC;AA2BrB,EAAE,QAAA;AAEF,EAAA;AACI,EAAA,QAAA;AACI,EAAA;AACA,CAAA,KAAA;AACA,EAAA,OAAAA,GAAA,CAAA,QAAoF,EAAA;AACpF,IAAA,OAAA,EAAA,OAAU;aACqC,EAAA,CAAA,yEAAA,EAAA,QAAA,GAAA,gDAAA,GAAA,yFAAA,CAAA,CAAA;YAC3C,EAAsDC,IAAA,CAAA,KAAA,EAAA;eACxB,EAAA,wBAAA;cACA,EAAA,CAAAD,GAAA,CAAA,KAAA,EAAA;AACjC,QAAA,SAAA,EAAA,2HAAA;AACD,QAAA,KAAK,EAAE;AACP,UAAA,eAAwD,EAAA;AAC3D,SAAA;AACD,QAAA,QAAA,EAAA;AACI,OAAA,CAAA,EAAAC,IAAO,CAAA,KAAA,EAAA;AACP,QAAA,SAAiB,EAAA,gBAAA;AACjB,QAAA,QAAA,EAAA,CAAWD,GAAyE,CAAA,IAAA,EAAA;AACpF,UAAA,SAAU,EAAA,uCAAA;kBACyB,EAAA;YAC/BA,GAAqB,CAAA,GAAA,EAAA;mBACI,EAAA,oDAAA;kBACM,EAAA;AAClC,SAAA,CAAA,EAAA,QAAA,IAAAA,GAAA,CAAA,IAAA,EAAA;AACD,UAAA,SAAgB,EAAA,kBAAA;AAChB,UAAA,QAAU,EAAE,QAAqC,CAAA,GAAA,CAAA,CAAA,CAAA,EAAA,CAAA,KAAAC,IAAA,CAAA,IAAA,EAAA;AACpD,YAAA,SAAA,EAAA,yDAAA;AACD,YAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,YAAA,EAAA;AACI,cAAM,SAAC,EAAA;AACP,mBAAgB,EAAA;AAChB,gBAAA;AACA;aACmC,CAAA,EAAA,CAAA;aACD,CAAA,CAAA;;;AAGjC,KAAA;AACD,GAAA,CAAA;AACA,CAAA;AACH,MAAA,OAAA,GAAA,CAAA;AACD,EAAA,IAAA,EAAAA,GAAA,CAAA,YAAA,EAAA;AACI,IAAA,WAAO;AACP,GAAA,CAAA;AACA,EAAA,KAAA,EAAA,iBAAmF;AACnF,EAAA,WAAA,EAAA,uEAAU;YACN,CAAyB,2CAAA,EAAA,sDAAA,EAAA,8BAAA,EAAA,8BAAA,CAAA;kBACS;YAClC,EAA0B;;AAE7B,EAAA,IAAA,EAAAA,GAAA,CAAA,OAAA,EAAA;AACD,IAAA,SAAK,EAAE;AACP,GAAA,CAAA;AACH,EAAA,KAAA,EAAA,UAAA;AACD,EAAA,WAAA,EAAA,uEAAA;AACI,EAAA,QAAA,EAAI,gCAA4B,EAAA,uBAAqB,yBAAG,EAAA,+BAAA,CAAA;AACxD,EAAA,KAAA,EAAA,SAAe;AACf,EAAA,UAAA,EAAA;AACA,CAAA,EAAA;WACI,CAA+B,SAAA,EAAA;aACL,EAAA;;kBAEC;AAC9B,EAAA,WAAA,EAAA,oEAAA;AACD,EAAA,QAAA,EAAA,CAAK,+BAAW,EAAA,8BAAA,EAAA,6BAAA,EAAA,+BAAA,CAAA;AAChB,EAAA,KAAA,EAAA,SAAU;AACb,EAAA,UAAA,EAAA;AACD,CAAA,EAAA;AACI,EAAA,IAAA,EAAAA,GAAI,WAAG,EAAA;AACP,IAAA,SAAK,EAAE;AACP,GAAA,CAAA;AACA,EAAA,KAAA,EAAA,gBAAU;aACwB,EAAA,sEAAA;YAC9B,CAAgD,yBAAA,EAAA,kCAAA,EAAA,0BAAA,EAAA,kBAAA,CAAA;kBACpB;YAC5B,EAAyB;AAC5B,CAAA,EAAA;AACD,EAAA,IAAA,EAAAA,GAAA,CAAK,eAAW,EAAA;AAChB,IAAA,SAAA,EAAA;AACH,GAAA,CAAA;AACD,EAAA,KAAA,EAAA,QAAA;AACI,EAAA,aAAO,gFAA4C;AACnD,EAAA,QAAA,EAAA,CAAK,+BAAS,EAAA,0BAAA,EAAA,kCAAA,EAAA,2BAAA,CAAA;AACd,EAAA,KAAA,EAAA,SAAA;AACA,EAAA,UAAA,EAAA;;WAEI,CAAsB,aAAA,EAAA;aACO,EAAA;;AAEhC,EAAA,KAAA,EAAA,cAAA;AACD,EAAA,WAAK,EAAE,oEAAS;AAChB,EAAA,QAAA,EAAA,CAAA,8BAA8C,EAAA,gDAAA,EAAA,4BAAA,EAAA,yBAAA,CAAA;AACjD,EAAA,KAAA,EAAA,SAAA;AACD,EAAA,UAAA,EAAA;AACI,CAAA,EAAA;AACA,EAAA,IAAA,EAAAA,GAAA,CAAK,UAAa,EAAA;AAClB,IAAA,SAAA,EAAA;AACA,GAAA,CAAA;gBACiC;aACO,EAAA,+DAAA;YACpC,CAAyB,0BAAA,EAAA,sBAAA,EAAA,6BAAA,EAAA,oBAAA,CAAA;kBACD;AAC3B,EAAA,UAAA,EAAA;AACD,CAAA,EAAA;AACA,EAAA,IAAA,EAAAA,GAAA,CAAA,eAAsD,EAAA;AACzD,IAAA,SAAA,EAAA;GACH,CAAA;AAEF,EAAA,KAAgB,EAAA,WAAA;aACO,EAAA,8DAAiC;UAE7C,EACH,CAAS,6BAAU,EAAA,oCAAA,EAAA,yBACV,EAAA,wBAAU,CAAA;AAsBC,EAAA,KAAA,EAAA,SAAA;AACA,EAAA,UAAA,EAAA;AACA,CAAA,CAAA;AACA,SAAA,mBAAO,CAAE;AACT,EAAA;;AA2DI,EAAA,MAAA,CAAA,YAAA,EAAA,eAAA,CAAA,GAAE,QAAO,CAAA,CAAG;AACZ,EAAA,OAAAA,GAAA,CAAA,SAAA,EAAA;AACA,IAAA,SAAA,EAAA,6CAAwB;;AA8C5B,MAAA,SAAA,EAAA,uDAAA;AACI,MAAA,QAAA,EAAA,CAAAC,IAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,+BAAuB;AACvB,QAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,GAAA,EAAA;AACH,UAAA,SAAA,EAAA,sEAAA;AACD,UAAA,QAAA,EAAA;AACI,SAAA,CAAA,EAAAC,IAAA,CAAA,IAAA,EAAA;AACA,UAAA,SAAA,EAAA,qEAA6B;AAC7B,UAAA,QAAA,EAAA,CAAA,yBAA6B,EAAA,GAAA,EAAAD,GAAA,CAAA,MAAA,EAAA;AAChC,YAAA,SAAA,EAAA,4EAAA;AACD,YAAA,QAAA,EAAA;AACI,WAAA,CAAA;AACA,SAAA,CAAA,EAAAA,GAAA,CAAA,GAAA,EAAA;AACA,UAAA,SAAA,EAAA,6EAA2B;AAC9B,UAAA,QAAA,EAAA;AACD,SAAA,CAAA;AACI,OAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,yBAAwB;AACxB,QAAA,QAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AACH,UAAA,SAAA,EAAA,sGAAA;;AAiB7B,YAAC,KAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export declare function HRMFeatureSection({ reducedMotion }: {
2
+ reducedMotion: boolean;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=HRMFeatureSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HRMFeatureSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/HRMFeatureSection.tsx"],"names":[],"mappings":"AAgDA,wBAAgB,iBAAiB,CAAC,EAAE,aAAa,EAAE,EAAE;IAAE,aAAa,EAAE,OAAO,CAAA;CAAE,2CA+K9E"}
@@ -0,0 +1,231 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {Link}from'@remix-run/react';import {UserPlus,Users,CalendarDays,Clock,FileText,Plane,Shield,BarChart3,CheckCircle2,ArrowRight}from'lucide-react';const FeatureItem = ({
2
+ icon,
3
+ title,
4
+ description,
5
+ color
6
+ }) => {
7
+ return jsxs("div", {
8
+ className: "group flex gap-4 rounded-xl p-4 transition-all duration-300 hover:bg-foreground/5",
9
+ children: [jsx("div", {
10
+ className: "flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-lg transition-transform duration-300 group-hover:scale-110",
11
+ style: {
12
+ backgroundColor: color
13
+ },
14
+ children: icon
15
+ }), jsxs("div", {
16
+ children: [jsx("h4", {
17
+ className: "text-sm font-semibold text-foreground",
18
+ children: title
19
+ }), jsx("p", {
20
+ className: "mt-1 text-sm leading-relaxed text-muted-foreground",
21
+ children: description
22
+ })]
23
+ })]
24
+ });
25
+ };
26
+ function StatBadge({
27
+ value,
28
+ label
29
+ }) {
30
+ return jsxs("div", {
31
+ className: "text-center",
32
+ children: [jsx("p", {
33
+ className: "text-2xl font-bold text-foreground sm:text-3xl",
34
+ children: value
35
+ }), jsx("p", {
36
+ className: "mt-1 text-xs font-medium text-muted-foreground",
37
+ children: label
38
+ })]
39
+ });
40
+ }
41
+ function HRMFeatureSection({
42
+ reducedMotion
43
+ }) {
44
+ const features = [{
45
+ icon: jsx(UserPlus, {
46
+ className: "h-5 w-5 text-white"
47
+ }),
48
+ title: 'Hiring & Onboarding',
49
+ description: 'Create personalized onboarding workflows for candidates and employees. Track every task from document collection to system access setup.',
50
+ color: '#8B5CF6'
51
+ }, {
52
+ icon: jsx(Users, {
53
+ className: "h-5 w-5 text-white"
54
+ }),
55
+ title: 'Employee Management',
56
+ description: 'Centralized employee database with self-service My Space portal. Employees manage their own profiles, check-ins, and requests.',
57
+ color: '#3B82F6'
58
+ }, {
59
+ icon: jsx(CalendarDays, {
60
+ className: "h-5 w-5 text-white"
61
+ }),
62
+ title: 'Leave Management',
63
+ description: 'Visual timeline of team availability. Self-service leave requests with automated approval routing and real-time balance tracking.',
64
+ color: '#10B981'
65
+ }, {
66
+ icon: jsx(Clock, {
67
+ className: "h-5 w-5 text-white"
68
+ }),
69
+ title: 'Time & Attendance',
70
+ description: 'Integrated check-in/check-out with the time tracker. Shift scheduling, attendance logs, and overtime tracking in one place.',
71
+ color: '#F59E0B'
72
+ }, {
73
+ icon: jsx(FileText, {
74
+ className: "h-5 w-5 text-white"
75
+ }),
76
+ title: 'HR Letters & Documents',
77
+ description: 'Generate address proofs, employment verifications, and salary certificates automatically. One-click approvals eliminate paperwork.',
78
+ color: '#EF4444'
79
+ }, {
80
+ icon: jsx(Plane, {
81
+ className: "h-5 w-5 text-white"
82
+ }),
83
+ title: 'Travel & Expense',
84
+ description: 'End-to-end travel request management with pre-approval workflows. Submit expenses with receipt uploads and link to travel requests.',
85
+ color: '#06B6D4'
86
+ }, {
87
+ icon: jsx(Shield, {
88
+ className: "h-5 w-5 text-white"
89
+ }),
90
+ title: 'Role-Based Permissions',
91
+ description: '10 predefined roles with granular permissions across 8 categories. Control exactly who sees and does what across your organization.',
92
+ color: '#6366F1'
93
+ }, {
94
+ icon: jsx(BarChart3, {
95
+ className: "h-5 w-5 text-white"
96
+ }),
97
+ title: 'HR Analytics & Dashboard',
98
+ description: 'Real-time visibility into headcount, leave, pending approvals, and employee growth. Trend charts to spot patterns before they become problems.',
99
+ color: '#EC4899'
100
+ }];
101
+ return jsx("section", {
102
+ className: "bg-background text-foreground",
103
+ children: jsxs("div", {
104
+ className: "mx-auto w-full max-w-7xl px-6 py-20 lg:px-10 lg:py-32",
105
+ children: [jsxs("div", {
106
+ className: "mx-auto max-w-3xl text-center",
107
+ children: [jsx("p", {
108
+ className: "text-xs font-medium uppercase tracking-[0.3em] text-muted-foreground",
109
+ children: "Human Resource Management"
110
+ }), jsxs("h2", {
111
+ className: "mt-4 text-balance text-3xl font-semibold tracking-tight sm:text-5xl",
112
+ children: ["HR software that", ' ', jsx("span", {
113
+ className: "bg-gradient-to-r from-[#8B5CF6] to-[#3B82F6] bg-clip-text text-transparent",
114
+ children: "grows with your business"
115
+ })]
116
+ }), jsx("p", {
117
+ className: "mt-6 text-pretty text-base leading-relaxed text-muted-foreground sm:text-lg",
118
+ children: "Streamline every HR process \u2014 from onboarding to offboarding. Deliver exceptional employee experiences with an intuitive, self-service platform that eliminates administrative overhead."
119
+ })]
120
+ }), jsxs("div", {
121
+ className: "mx-auto mt-12 flex max-w-2xl items-center justify-center gap-8 sm:gap-16",
122
+ children: [jsx(StatBadge, {
123
+ value: "60%",
124
+ label: "Less HR admin time"
125
+ }), jsx("div", {
126
+ className: "h-10 w-px bg-foreground/10"
127
+ }), jsx(StatBadge, {
128
+ value: "82%",
129
+ label: "Higher retention"
130
+ }), jsx("div", {
131
+ className: "h-10 w-px bg-foreground/10"
132
+ }), jsx(StatBadge, {
133
+ value: "3x",
134
+ label: "Faster onboarding"
135
+ })]
136
+ }), jsx("div", {
137
+ className: "mt-16 grid gap-2 sm:grid-cols-2 lg:grid-cols-4",
138
+ children: features.map((feature, index) => jsx(FeatureItem, {
139
+ ...feature
140
+ }, index))
141
+ }), jsx("div", {
142
+ className: "mt-16 overflow-hidden rounded-2xl border border-foreground/10 bg-gradient-to-br from-[#8B5CF6]/5 via-background to-[#3B82F6]/5",
143
+ children: jsxs("div", {
144
+ className: "grid items-center gap-8 p-8 sm:p-12 lg:grid-cols-2",
145
+ children: [jsxs("div", {
146
+ children: [jsx("h3", {
147
+ className: "text-2xl font-semibold text-foreground",
148
+ children: "Everything you need. Nothing you don't."
149
+ }), jsx("p", {
150
+ className: "mt-4 text-sm leading-relaxed text-muted-foreground",
151
+ children: "Unlike complex enterprise HRIS platforms that take months to set up, Clockbook's HRM module is ready in under 30 minutes. Invite your team, set up the hierarchy, configure permissions, and go live."
152
+ }), jsx("div", {
153
+ className: "mt-6 space-y-3",
154
+ children: ['Self-service employee portal with My Space', 'Automated approval workflows based on hierarchy', 'Candidate + Employee onboarding flows', 'Visual leave timeline for capacity planning', 'Integrated with Time Tracker & Timesheets'].map((item, i) => jsxs("div", {
155
+ className: "flex items-center gap-2",
156
+ children: [jsx(CheckCircle2, {
157
+ className: "h-4 w-4 flex-shrink-0 text-[#10B981]"
158
+ }), jsx("span", {
159
+ className: "text-sm text-foreground",
160
+ children: item
161
+ })]
162
+ }, i))
163
+ }), jsxs("div", {
164
+ className: "mt-8 flex flex-wrap gap-3",
165
+ children: [jsxs(Link, {
166
+ to: "/help-center/docs/books/hrm/hrm-overview",
167
+ className: "inline-flex items-center gap-2 rounded-lg bg-[#8B5CF6] px-5 py-2.5 text-sm font-medium text-white transition-colors hover:bg-[#7C3AED]",
168
+ children: ["Explore HRM ", jsx(ArrowRight, {
169
+ className: "h-4 w-4"
170
+ })]
171
+ }), jsx(Link, {
172
+ to: "/demo",
173
+ className: "inline-flex items-center gap-2 rounded-lg border border-foreground/10 bg-background px-5 py-2.5 text-sm font-medium text-foreground transition-colors hover:bg-foreground/5",
174
+ children: "Watch demo"
175
+ })]
176
+ })]
177
+ }), jsxs("div", {
178
+ className: "relative",
179
+ children: [jsx("div", {
180
+ className: "overflow-hidden rounded-xl border border-foreground/10 shadow-xl",
181
+ children: jsx("img", {
182
+ src: "/static/img/hrm/hrm-overview.png",
183
+ alt: "Clockbook HRM Dashboard showing employee management, leave tracking, and onboarding",
184
+ className: "h-auto w-full object-cover",
185
+ loading: "lazy"
186
+ })
187
+ }), jsx("div", {
188
+ className: "absolute -bottom-4 -left-4 rounded-lg border border-foreground/10 bg-background p-3 shadow-lg",
189
+ children: jsxs("div", {
190
+ className: "flex items-center gap-2",
191
+ children: [jsx("div", {
192
+ className: "flex h-8 w-8 items-center justify-center rounded-full bg-[#10B981]/10",
193
+ children: jsx(CheckCircle2, {
194
+ className: "h-4 w-4 text-[#10B981]"
195
+ })
196
+ }), jsxs("div", {
197
+ children: [jsx("p", {
198
+ className: "text-xs font-semibold text-foreground",
199
+ children: "Leave Approved"
200
+ }), jsx("p", {
201
+ className: "text-[10px] text-muted-foreground",
202
+ children: "Auto-routed to manager"
203
+ })]
204
+ })]
205
+ })
206
+ }), jsx("div", {
207
+ className: "absolute -right-4 -top-4 rounded-lg border border-foreground/10 bg-background p-3 shadow-lg",
208
+ children: jsxs("div", {
209
+ className: "flex items-center gap-2",
210
+ children: [jsx("div", {
211
+ className: "flex h-8 w-8 items-center justify-center rounded-full bg-[#8B5CF6]/10",
212
+ children: jsx(UserPlus, {
213
+ className: "h-4 w-4 text-[#8B5CF6]"
214
+ })
215
+ }), jsxs("div", {
216
+ children: [jsx("p", {
217
+ className: "text-xs font-semibold text-foreground",
218
+ children: "New Hire Onboarded"
219
+ }), jsx("p", {
220
+ className: "text-[10px] text-muted-foreground",
221
+ children: "12 tasks completed"
222
+ })]
223
+ })]
224
+ })
225
+ })]
226
+ })]
227
+ })
228
+ })]
229
+ })
230
+ });
231
+ }export{HRMFeatureSection};//# sourceMappingURL=HRMFeatureSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HRMFeatureSection.js","sources":["../../../../src/pages/LandingPage/components/HRMFeatureSection.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"kMAsBA,MAAM,WAAW,GAA+B,CAAC;AAC7C,EAAA,IAAA;AAcJ,EAAE,KAAA;AAEF,EAAA;;AAOA,CAAC,KAAA;AAED,EAAA,OAAgBA,IAAA,CAAA,KAAA,EAAA;AACZ,IAAA,8FAAiB;AACb,IAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AACI,MAAA,SAAA,+HAAiD;AACjD,MAAA,KAAA,EAAA;AACA,QAAA,eAAW,EACP;AACJ,OAAA;AACH,MAAA,QAAA,EAAA;AACD,KAAA,CAAA,EAAAD,IAAA,CAAA,KAAA,EAAA;AACI,MAAA,QAAA,EAAI,IAAG,CAAA,IAAA,EAAK;AACZ,QAAA,SAAK,EAAE,uCAAqB;AAC5B,QAAA,QAAA,EAAA;AAEA,OAAA,CAAA,EAAAC,GAAA,CAAA,KAAgB;AACnB,QAAA,SAAA,EAAA,oDAAA;AACD,QAAA,QAAA,EAAA;AACI,OAAA,CAAA;AACA,KAAA,CAAA;AACA,GAAA,CAAA;AAEA,CAAA;AACH,SAAA,SAAA,CAAA;AACD,EAAA,KAAA;AACI,EAAA;AACA,CAAA,EAAA;AACA,EAAA,OAAAD,IAAA,CAAA,KAAA,EAAA;AAEA,IAAA,SAAA,EAAA,aAAgB;AACnB,IAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,GAAA,EAAA;AACD,MAAA,SAAA,EAAA,gDAAA;AACI,MAAA,QAAA,EAAI;AACJ,KAAA,CAAA,EAAAA,GAAA,CAAA,GAAA;AACA,MAAA,SAAA,EAAA,gDACwI;AACxI,MAAA,QAAA,EAAA;AACH,KAAA,CAAA;AACD,GAAA,CAAA;AACI;AACA,SAAA,iBAAyB,CAAA;AACzB,EAAA;AAEA,CAAA,EAAA;AACH,EAAA,MAAA,QAAA,GAAA,CAAA;AACD,IAAA,IAAA,EAAAA,GAAA,CAAA,QAAA,EAAA;AACI,MAAA,SAAA;AACA,KAAA,CAAA;AACA,IAAA,KAAA,EAAA,qBACyI;AACzI,IAAA,WAAA,EAAK,0IAAW;AACnB,IAAA,KAAA,EAAA;AACD,GAAA,EAAA;AACI,IAAA,IAAA,EAAAA,GAAA,CAAA,KAAO,EAAA;AACP,MAAA,SAAA,EAAK;AACL,KAAA,CAAA;AAEA,IAAA,KAAA,EAAA,qBAAgB;AACnB,IAAA,WAAA,EAAA,gIAAA;SACH,EAAA;AAEF,GAAA,EAAA;;;;;oJAsD2E;;AA6D/E,GAAC,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -13,4 +13,6 @@ export { ControlCard } from './ControlCard';
13
13
  export { BuildingSoftwareScene } from './BuildingSoftwareScene';
14
14
  export { InfrastructureCard } from './InfrastructureCard';
15
15
  export { InfrastructureTabs } from './InfrastructureTabs';
16
+ export { HRMFeatureSection } from './HRMFeatureSection';
17
+ export { BooksFeatureSection } from './BooksFeatureSection';
16
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/LandingPage/index.tsx"],"names":[],"mappings":"AAeA,QAAA,MAAM,WAAW,+CA0PhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/LandingPage/index.tsx"],"names":[],"mappings":"AAiBA,QAAA,MAAM,WAAW,+CAgQhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
- import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect,useMemo}from'react';import {Link}from'@remix-run/react';import {Button}from'@admin-layout/tailwind-ui/shardui/button.js';import {Images}from'./components/Assets.js';import {Section,Container}from'./components/Section.js';import {BuildingSoftwareScene}from'./components/BuildingSoftwareScene.js';import {InvestigationCard}from'./components/InvestigationCard.js';import {InfrastructureTabs}from'./components/InfrastructureTabs.js';import {LearningCard}from'./components/LearningCard.js';import {TrendingUp,Shield}from'lucide-react';import {ControlCard}from'./components/ControlCard.js';import {LandingPageStyles}from'./LandingPageStyles.js';import {config}from'../../config/env-config.js';const LandingPage = () => {
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect,useMemo}from'react';import {Link}from'@remix-run/react';import {Button}from'@admin-layout/tailwind-ui/shardui/button.js';import {Images}from'./components/Assets.js';import {Section,Container}from'./components/Section.js';import {BuildingSoftwareScene}from'./components/BuildingSoftwareScene.js';import {InvestigationCard}from'./components/InvestigationCard.js';import {InfrastructureTabs}from'./components/InfrastructureTabs.js';import {LearningCard}from'./components/LearningCard.js';import {TrendingUp,Shield}from'lucide-react';import {ControlCard}from'./components/ControlCard.js';import {HRMFeatureSection}from'./components/HRMFeatureSection.js';import {BooksFeatureSection}from'./components/BooksFeatureSection.js';import {LandingPageStyles}from'./LandingPageStyles.js';import {config}from'../../config/env-config.js';const LandingPage = () => {
2
2
  const prefersReducedMotion = usePrefersReducedMotion();
3
3
  const [heroImageLoaded, setHeroImageLoaded] = useState(false);
4
4
  const [introMinDone, setIntroMinDone] = useState(prefersReducedMotion);
@@ -157,6 +157,10 @@ import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect,useMe
157
157
  })]
158
158
  })]
159
159
  })
160
+ }), jsx(HRMFeatureSection, {
161
+ reducedMotion: prefersReducedMotion
162
+ }), jsx(BooksFeatureSection, {
163
+ reducedMotion: prefersReducedMotion
160
164
  }), jsxs("div", {
161
165
  ref: controlRef,
162
166
  className: "max-w-[1004px] mx-auto px-5 py-32 bg-background",
@@ -222,7 +226,7 @@ import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect,useMe
222
226
  className: "cb-stagger-item",
223
227
  children: jsx(ValueCard, {
224
228
  title: "Focus on research and development",
225
- description: "Software is our craft and we back it up with relentless investments in R&D. We prefer to own the entire technology stack, continuously innovating to deliver integrated solutions for time tracking, HR, communications, marketing, and financial management."
229
+ description: "Software is our craft and we back it up with relentless investments in R&D. We prefer to own the entire technology stack, continuously innovating to deliver integrated solutions for HR management, accounting & books, time tracking, communications, and project management."
226
230
  })
227
231
  }), jsx("div", {
228
232
  className: "cb-stagger-item",
@@ -327,7 +331,7 @@ function ClockbookHero({
327
331
  })]
328
332
  }), jsx("p", {
329
333
  className: "cb-fade-in cb-typography-body mt-6 max-w-3xl text-pretty text-base leading-relaxed text-white/70 sm:text-lg",
330
- children: "Run your entire business on Clockbook with our unified cloud platform, designed to help you break down silos between departments and increase organizational efficiency."
334
+ children: "Run your entire business on Clockbook with our unified cloud platform \u2014 HR management, accounting, time tracking, and more. Break down silos between departments and increase organizational efficiency."
331
335
  }), jsxs("div", {
332
336
  className: "cb-fade-in mt-8 flex flex-wrap justify-center gap-3",
333
337
  children: [jsx(Link, {