From 7644e4768cc7ed1d627595d5f74825d59f4da846 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 12 Jul 2026 13:22:14 +0200 Subject: [PATCH] Fixed content details --- src/App.tsx | 26 +++++++++++++------------- src/data.ts | 10 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a2808be..e6ea581 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -35,9 +35,9 @@ export default function App() { // Soft animate stats for visual delight const clientsTimer = setInterval(() => { setActiveClients((prev) => { - if (prev >= 65) { + if (prev >= 4) { clearInterval(clientsTimer); - return 65; + return 4; } return prev + 2; }); @@ -45,9 +45,9 @@ export default function App() { const projectsTimer = setInterval(() => { setCompletedProjects((prev) => { - if (prev >= 142) { + if (prev >= 25) { clearInterval(projectsTimer); - return 142; + return 25; } return prev + 4; }); @@ -140,7 +140,7 @@ export default function App() {
- Established 2011 • Midrand, South Africa + Established 2020 • Midrand, South Africa
@@ -197,7 +197,7 @@ export default function App() {

- 2011 + 2020

Established @@ -267,10 +267,10 @@ export default function App() {

- LiteCharms (PTY) Ltd was born in Midrand in 2011, initially serving as a specialist interface consulting firm for the emerging mobile industry in South Africa. As local enterprise operations expanded, we observed a crucial bottleneck: software layout design cannot achieve its full potential if clients lack reliable, containerized hosting environments and flexible scale options. + LiteCharms (PTY) Ltd was born in Midrand in 2020 , initially serving as a specialist interface consulting firm for the emerging mobile industry in South Africa. As local enterprise operations expanded, we observed a crucial bottleneck: software layout design cannot achieve its full potential if clients lack reliable, containerized hosting environments and flexible scale options.

- In 2017, we expanded our core divisions to provide automated Docker container layouts, declarative Kubernetes blueprints, and cloud setups, powered by our high-performance private cloud platform, khongisa.co.za. + In 2024, we expanded our core divisions to provide automated Docker container layouts, declarative Kubernetes blueprints, and cloud setups, powered by our high-performance private cloud platform, khongisa.co.za.

Today, we bridge the gap between user experience and modern cloud orchestration, delivering reliable structures that are optimized, secure, and fully documented. @@ -281,7 +281,7 @@ export default function App() {

- Grand Central Office Park, Midrand, Johannesburg, 1685, South Africa + 1633 Liebenburg Rd, Noordwyk, Midrand, Gauteng, ZA
@@ -420,7 +420,7 @@ export default function App() {

Midrand Headquarters

-

1633 Liebenburg Rd, Boordwyk, Midrand, Gauteng, ZA

+

1633 Liebenburg Rd, Noordwyk, Midrand, Gauteng, ZA

Gauteng Corridor @@ -570,10 +570,10 @@ export default function App() {

- Registered IT Services provider based in Midrand, South Africa. Delivering exceptional digital layouts and resilient containerized deployment environments since 2011. + Registered IT Services provider based in Midrand, South Africa. Delivering exceptional digital layouts and resilient containerized deployment environments since 2020.

- Registration No: 2011/104859/07 • Midrand, ZA + Registration No: 2020/269438/07 • Midrand, ZA
@@ -650,7 +650,7 @@ export default function App() { © {new Date().getFullYear()} LiteCharms (PTY) Ltd. All Rights Reserved. Midrand, South Africa.

- Designed with precision • Est. 2011 • Reg 2011/104859/07 + Designed with precision • Est. 2020 • Reg 2020/269438/07

diff --git a/src/data.ts b/src/data.ts index 53cd4b7..1b161b6 100644 --- a/src/data.ts +++ b/src/data.ts @@ -131,31 +131,31 @@ export const CASE_STUDIES: CaseStudy[] = [ export const TIMELINE: TimelineEvent[] = [ { - year: '2011', + year: '2020', title: 'Founding in Midrand', description: 'LiteCharms (PTY) Ltd was established in Midrand, South Africa, focused on custom mobile application wireframing and software consultation.', milestone: true }, { - year: '2014', + year: '2022', title: 'Multi-Platform Pivot', description: 'Expanded our services to full web and desktop software layout design, securing major clients in Gauteng\'s logistics and retail sectors.', milestone: false }, { - year: '2017', + year: '2023', title: 'Private Cloud R&D', description: 'In response to clients facing local server limitations, we began research into dedicated hypervisors, virtualization technologies, and private network clusters.', milestone: false }, { - year: '2020', + year: '2024', title: 'Khongisa Cloud Platform Launch', description: 'Successfully built and rolled out our proprietary private cloud hosting platform (khongisa.co.za), allowing client applications to host seamlessly without third-party servers.', milestone: true }, { - year: '2023', + year: '2025', title: 'Kubernetes & IaC Integration', description: 'Expanded our operations to offer enterprise-grade Docker containerization, Kubernetes configuration blueprints, and multi-cloud Infrastructure as Code (IaC) designs.', milestone: true