Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="Sztuczna inteligencja, która zmienia przyszłość"
|
||||
description="Tworzymy zaawansowane systemy AI pomagające firmom automatyzować procesy, analizować dane i rozwijać innowacje."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Wypróbuj platformę", href: "#contact" },
|
||||
{ text: "Dowiedz się więcej", href: "#features" }
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Zbuduj przyszłość z AI"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user