Bob AI: Updated all sections with Slovak content and racing imagery

This commit is contained in:
kudinDmitriyUp
2026-07-04 21:34:52 +00:00
parent c57fe741b4
commit af39aa1baf
4 changed files with 27 additions and 37 deletions

View File

@@ -8,10 +8,10 @@ export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<AboutTextFill
textAnimation="fade"
title="For those who travel like it's an art form."
imageSrc="https://storage.googleapis.com/webild/default/templates/marbella/about/statement.webp"
/>
textAnimation="fade"
title="Úspechy sa nerodia cez noc. Sú výsledkom tvrdej práce."
imageSrc="https://picsum.photos/seed/1510900608/1200/800"
/>
</div>
);
}

View File

@@ -8,17 +8,14 @@ export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<ContactParallaxCard
title="Get In Touch"
imageSrc="https://storage.googleapis.com/webild/default/templates/marbella/contact/cta-bg.webp"
inputs={[
{ name: "name", type: "text", placeholder: "Your name" },
{ name: "email", type: "email", placeholder: "Your email" },
]}
textarea={{ name: "message", placeholder: "Tell us about your dream property...", rows: 4 }}
buttonText="Send Message"
footerText="Prefer to talk? Book a private tour."
footerLink={{ text: "Email Us", href: "mailto:hello@lecercle.com", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/contact/avatar.webp" }}
/>
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"}}
/>
</div>
);
}

View File

@@ -8,15 +8,15 @@ export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<HeroVideoScroll
textAnimation="fade"
videoSrc="https://storage.googleapis.com/webild/default/templates/marbella/hero/hero.mp4"
tag="Le Cercle Premium Real Estate"
title="Live Where the Sun Meets the Sea"
description="Exclusive beachfront villas and luxury apartments on the Costa del Sol. Your Mediterranean dream, delivered turnkey."
primaryButton={{ text: "View Properties", href: "#properties" }}
secondaryButton={{ text: "Book a Tour", href: "#contact" }}
bottomText="A premium real estate brand designed for those seeking a refined way of living on the Costa del Sol"
/>
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"
/>
</div>
);
}

View File

@@ -8,19 +8,12 @@ export default function PropertiesSection(): React.JSX.Element {
return (
<div id="properties" data-section="properties">
<FeaturesMediaColumns
textAnimation="fade"
tag="Properties"
title="Our Villas"
description="Handpicked residences in Marbella's most coveted locations, each designed for effortless Mediterranean living."
items={[
{ title: "Villa Serena", description: "A sunlit 5-bedroom retreat with infinity pool, panoramic sea views, and private garden terraces.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-1.webp" },
{ title: "Casa del Sol", description: "Contemporary beachfront living with floor-to-ceiling glass, rooftop lounge, and direct beach access.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-2.webp" },
{ title: "Villa Andalucía", description: "Traditional charm meets modern luxury — courtyard, olive grove, and a heated outdoor pool.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-3.webp" },
{ title: "The Meridian", description: "Sleek 4-bedroom penthouse villa with smart home technology and sweeping coastal views.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-4.webp" },
{ title: "Villa Blanca", description: "Minimalist white-washed estate with private cinema, spa suite, and landscaped Mediterranean gardens.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-5.webp" },
{ title: "Casa Dorada", description: "Golden-hour perfection — west-facing terraces, wine cellar, and an open-plan chef's kitchen.", imageSrc: "https://storage.googleapis.com/webild/default/templates/marbella/properties/villa-6.webp" },
]}
/>
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"}]}
/>
</div>
);
}