diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx
index 93b70d0..52bb5a0 100644
--- a/src/pages/HomePage/sections/About.tsx
+++ b/src/pages/HomePage/sections/About.tsx
@@ -8,10 +8,10 @@ export default function AboutSection(): React.JSX.Element {
return (
+ textAnimation="fade"
+ title="Úspechy sa nerodia cez noc. Sú výsledkom tvrdej práce."
+ imageSrc="https://picsum.photos/seed/1510900608/1200/800"
+ />
);
}
diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx
index 596bbd5..dc60753 100644
--- a/src/pages/HomePage/sections/Contact.tsx
+++ b/src/pages/HomePage/sections/Contact.tsx
@@ -8,17 +8,14 @@ export default function ContactSection(): React.JSX.Element {
return (
+ title="Kontaktujte ma"
+ imageSrc="https://picsum.photos/seed/556000234/1200/800"
+ inputs={[{"type":"text","name":"name","placeholder":"Vaše meno"},{"name":"email","placeholder":"Váš email","type":"email"}]}
+ textarea={{"placeholder":"Vaša správa...","name":"message","rows":4}}
+ buttonText="Odoslať správu"
+ footerText="Máte záujem o spoluprácu? Ozvite sa mi."
+ footerLink={{"href":"mailto:kontakt@samueluvacek.sk","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/contact/avatar.webp","text":"Napíšte mi"}}
+ />
);
}
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index 3a352e1..81437dc 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -8,15 +8,15 @@ export default function HeroSection(): React.JSX.Element {
return (
+ textAnimation="fade"
+ videoSrc="https://storage.googleapis.com/webild/default/templates/racing/hero/hero.mp4"
+ tag="Samuel Uváček Racing"
+ title="Adrenalín na štyroch kolesách"
+ description="Rýchlosť, precíznosť a vášeň pre motoršport. Sledujte moju cestu za víťazstvami na najprestížnejších pretekoch."
+ primaryButton={{"href":"#gallery","text":"Pozrieť galériu"}}
+ secondaryButton={{"text":"Kontaktovať","href":"#contact"}}
+ bottomText="Profesionálny pretekár reprezentujúci Slovensko na medzinárodných okruhoch"
+ />
);
}
diff --git a/src/pages/HomePage/sections/Properties.tsx b/src/pages/HomePage/sections/Properties.tsx
index 03b1348..ed31a3d 100644
--- a/src/pages/HomePage/sections/Properties.tsx
+++ b/src/pages/HomePage/sections/Properties.tsx
@@ -8,19 +8,12 @@ export default function PropertiesSection(): React.JSX.Element {
return (
+ textAnimation="fade"
+ tag="Galéria"
+ title="Fotogaléria"
+ description="Zábery z pretekov, tréningov a zákulisia motoršportu."
+ items={[{"title":"Na trati","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-1.webp","description":"Záber z posledných pretekov sezóny."},{"title":"V boxoch","description":"Príprava vozidla pred štartom.","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-2.webp"},{"title":"Pódium","description":"Oslava víťazstva na pódiu.","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-3.webp"},{"description":"Detailný pohľad na pretekársky špeciál.","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-4.webp","title":"Technika"},{"title":"Fokus","description":"Sústredenie pred dôležitým pretekom.","imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-5.webp"},{"imageSrc":"https://storage.googleapis.com/webild/default/templates/racing/gallery/gallery-6.webp","description":"Akčný záber zo zákruty.","title":"Adrenalín"}]}
+ />
);
}