Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aec563eae | |||
| 3e76e1dffc |
@@ -10,6 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Shield, Globe, Zap, Users, Linkedin, Twitter, Mail } from "lucide-react";
|
import { Shield, Globe, Zap, Users, Linkedin, Twitter, Mail } from "lucide-react";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,18 +44,24 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="TULEPAAK"
|
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={[
|
buttons={[
|
||||||
{ text: "Explore Our Work", href: "case-studies" },
|
{ text: "Explore Our Work", href: "case-studies" },
|
||||||
{ text: "Learn More", href: "about" },
|
{ text: "Learn More", href: "about" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
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}
|
autoplayDelay={5000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
@@ -127,7 +134,8 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
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}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
ariaLabel="Social proof section"
|
ariaLabel="Social proof section"
|
||||||
@@ -148,4 +156,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user