Update src/app/page.tsx

This commit is contained in:
2026-03-07 17:51:55 +00:00
parent 8f342a5627
commit 8dd178d213

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
{ text: "📝 Időpont kérés", href: "#contact" },
]}
buttonAnimation="blur-reveal"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>
@@ -202,7 +202,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
animationType="smooth"
animationType="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-vector/infographic-concept-with-winding-road_23-2147848931.jpg"
imageAlt="Az S-PARK Kaposvár helyszíne"
@@ -236,7 +236,7 @@ export default function LandingPage() {
{ text: "📞 Hívás most: +36 (1) 234-5678", href: "tel:+36123456789" },
{ text: "📝 Visszahívást kérek", href: "#contact-form" },
]}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>