|
|
|
|
@@ -10,6 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
|
|
|
|
import Link from "next/link";
|
|
|
|
|
import { Shield, Globe, Zap, Users, Linkedin, Twitter, Mail } from "lucide-react";
|
|
|
|
|
import Image from "next/image";
|
|
|
|
|
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -43,18 +44,24 @@ export default function HomePage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroCarouselLogo
|
|
|
|
|
logoText="TULEPAAK"
|
|
|
|
|
description="Building Modern Government Registries & E-Government Platforms. 20+ years of expertise transforming digital government services across Estonia, Europe, and the Middle East."
|
|
|
|
|
description="Tulepaak — Your Lighthouse in the AI-Driven Digital Ocean"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Our Work", href: "case-studies" },
|
|
|
|
|
{ text: "Learn More", href: "about" },
|
|
|
|
|
]}
|
|
|
|
|
slides={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/modern-government-digital-platform-inter-1772524676099-fbd95e52.png", imageAlt: "Digital government platform interface"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/lighthouse-animated-ocean-waves-1.png", imageAlt: "Animated lighthouse guiding through digital ocean"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/business-registry-management-system-inte-1772524675350-a2437924.png", imageAlt: "Modern business registry dashboard"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/modern-government-digital-platform-inter-1772524676099-fbd95e52.png", imageAlt: "Digital government platform interface"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/regtech-innovation-workspace-showing-dev-1772524674341-54af9932.png", imageAlt: "RegTech innovation and development"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/business-registry-management-system-inte-1772524675350-a2437924.png", imageAlt: "Modern business registry dashboard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/regtech-innovation-workspace-showing-dev-1772524674341-54af9932.png", imageAlt: "RegTech innovation and development"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
autoplayDelay={5000}
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
@@ -65,7 +72,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}
|
|
|
|
|
@@ -127,7 +134,8 @@ export default function HomePage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Estonian Government", "EU Commission", "BRIS Council", "Middle East Authorities", "European Tax Authorities", "Digital Government Networks", "Registry Operators", "Public Administration Bodies"]}
|
|
|
|
|
"Estonian Government", "EU Commission", "BRIS Council", "Middle East Authorities", "European Tax Authorities", "Digital Government Networks", "Registry Operators", "Public Administration Bodies"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
ariaLabel="Social proof section"
|
|
|
|
|
|