3 Commits

Author SHA1 Message Date
d0e9e45746 Update src/app/page.tsx 2026-06-05 11:26:26 +00:00
6fdc942ff2 Merge version_1 into main
Merge version_1 into main
2026-06-05 11:13:58 +00:00
b5040ac5a2 Merge version_1 into main
Merge version_1 into main
2026-06-05 11:13:04 +00:00

View File

@@ -15,13 +15,13 @@ import { Building, Clock, Cog, Home, Lightbulb, Paintbrush, Ruler, ShieldCheck,
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="smallMedium"
sizing="medium"
background="floatingGradient"
cardStyle="gradient-radial"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
@@ -72,20 +72,20 @@ export default function LandingPage() {
]}
marqueeItems={[
{
type: "text-icon", text: "Kvalitní Materiály", icon: Building,
type: "text-icon", text: "Kvalitní Materiály", icon: Building
},
{
type: "text-icon", text: "Precizní Řemesla", icon: Cog,
type: "text-icon", text: "Precizní Řemesla", icon: Cog
},
{
type: "text-icon", text: "Dlouholeté Zkušenosti", icon: Clock,
type: "text-icon", text: "Dlouholeté Zkušenosti", icon: Clock
},
{
type: "text-icon", text: "Inovativní Řešení", icon: Lightbulb,
type: "text-icon", text: "Inovativní Řešení", icon: Lightbulb
},
{
type: "text-icon", text: "Spolehlivý Partner", icon: ShieldCheck,
},
type: "text-icon", text: "Spolehlivý Partner", icon: ShieldCheck
}
]}
/>
</div>
@@ -109,7 +109,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTen
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -160,7 +160,7 @@ export default function LandingPage() {
text: "Přesné nivelace"},
],
reverse: false
},
}
]}
title="Komplexní Služby pro Váš Projekt"
description="Nabízíme širokou škálu stavebních služeb, od základů až po finální úpravy, s důrazem na kvalitu a spolehlivost."
@@ -257,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}