Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0e9e45746 | |||
| 6fdc942ff2 | |||
| b5040ac5a2 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user