7 Commits

Author SHA1 Message Date
b4cd0cf0b3 Update src/app/page.tsx 2026-03-03 16:19:20 +00:00
1f69b796c7 Update src/app/layout.tsx 2026-03-03 16:19:19 +00:00
a26c25ef39 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:12:39 +00:00
e3532bb2ff Merge version_1 into main
Merge version_1 into main
2026-03-03 08:10:03 +00:00
a26d178037 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:06:04 +00:00
2ad521cff4 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:02:35 +00:00
cfd9412c50 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:59:26 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1411,4 +1411,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -65,7 +65,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<SplitAbout
title="Building Digital Government Excellence"
description="Tulepaak combines deep domain expertise in legal entity registration, interoperability, and regulatory compliance with a product-led, user-centric delivery model. With over 20 years of hands-on experience designing and implementing complex e-government initiatives, we've helped establish Estonia as one of the world's most advanced digital states."
description="With a proven track record serving 15+ government agencies across Estonia, Europe, and the Middle East, Tulepaak combines deep domain expertise in legal entity registration, interoperability, and regulatory compliance with a product-led, user-centric delivery model. Over 20 years of hands-on experience designing and implementing complex e-government initiatives has helped establish Estonia as one of the world's most advanced digital states, with our solutions powering critical infrastructure."
tag="Our Story"
textboxLayout="default"
useInvertedBackground={false}
@@ -148,4 +148,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}