9 Commits

Author SHA1 Message Date
627efd2f2d Merge version_3 into main
Merge version_3 into main
2026-03-07 18:22:36 +00:00
cb60649673 Update src/app/page.tsx 2026-03-07 18:22:32 +00:00
fee5ece5f2 Update src/app/layout.tsx 2026-03-07 18:22:31 +00:00
35b880ad93 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:19:26 +00:00
1fdb3bd651 Update src/app/page.tsx 2026-03-07 18:19:21 +00:00
d603694ae3 Update src/app/layout.tsx 2026-03-07 18:19:20 +00:00
4c256c84d6 Merge version_1 into main
Merge version_1 into main
2026-03-07 17:18:29 +00:00
ceff3ad004 Merge version_1 into main
Merge version_1 into main
2026-03-07 17:17:44 +00:00
185d94f591 Merge version_1 into main
Merge version_1 into main
2026-03-07 17:16:22 +00:00
2 changed files with 15 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Webild" logoText="Webild"
description="Strony, które pomagają NGO, instytucjom i firmom pozyskiwać dofinansowanie. Technologia premium, wsparcie 24/7, panel admina lepszy niż WordPress." description="Pozyskaj więcej dofinansowania dzięki stronom premium dla NGO, instytucji i firm. Technologia zaawansowana i wsparcie 24/7 — proven to increase grant success rates."
buttons={[ buttons={[
{ text: "Zaplanuj konsultację", href: "contact" }, { text: "Zaplanuj konsultację", href: "contact" },
{ text: "Poznaj możliwości", href: "about" } { text: "Poznaj możliwości", href: "about" }
@@ -236,7 +236,7 @@ export default function LandingPage() {
animationType="background-highlight" animationType="background-highlight"
buttons={[ buttons={[
{ text: "Zarezerwuj konsultację", href: "https://calendar.app.google.com" }, { text: "Zarezerwuj konsultację", href: "https://calendar.app.google.com" },
{ text: "Napisz wiadomość", href: "mailto:hello@webild.dev" } { text: "Skontaktuj się mailowo", href: "mailto:hello@webild.dev" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }