Bob AI: Update hero section content for Velotile agency.

This commit is contained in:
kudinDmitriyUp
2026-06-15 12:40:49 +00:00
parent 83101dac51
commit cdcc5c512c

View File

@@ -8,43 +8,19 @@ export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<HeroWorkScrollStack
heroAnimationDelay={4}
tag="1 spot left this month"
title="Design that"
titleHighlight="commands attention."
description="Design engineered for performance, not just aesthetics."
descriptionMuted="I craft every visual touchpoint your brand needs to capture attention and convert it into revenue."
primaryButton={{
text: "Book a call with me",
href: "#contact",
avatarSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp",
avatarLabel: "You",
}}
sectionTag="Selected Work"
sectionTitle="Projects That Speak for Themselves"
sectionDescription="A curated selection of design work that drove real business results for ambitious brands."
items={[
{
title: "HydroFlow Product Launch",
description: "Beverage brand shoot. Every frame engineered to sell.",
imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-1.webp",
tag: "Product Shot",
},
{
title: "Webild Athlete Campaign",
description: "Sports tech shoot. Wearables captured in raw motion.",
imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-2.webp",
tag: "Photography",
},
{
title: "Maru Residence",
description: "Architectural interior shoot. Minimal compositions.",
imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-3.webp",
tag: "Interior Design",
},
]}
secondaryButton={{ text: "View all my projects", href: "#" }}
/>
heroAnimationDelay={4}
tag="Velotile - Motion Design Agency"
title="Motion Design that"
titleHighlight="commands attention."
description="We make the world's best motion design videos."
descriptionMuted="From brand films to marketing videos, launch campaigns to product explainers. Our main selling point is storytelling, high-end visuals, and sound design."
primaryButton={{"text":"Book a call with us","avatarSrc":"https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp","href":"#contact","avatarLabel":"You"}}
sectionTag="Selected Work"
sectionTitle="Projects That Speak for Themselves"
sectionDescription="A curated selection of motion design work that drove real business results for ambitious SaaS, AI, and Tech brands."
items={[{"tag":"Brand Films","description":"Brand films and marketing videos that captivate.","imageSrc":"https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-1.webp","title":"SaaS Launch Campaign"},{"description":"High-end visuals and sound design for tech products.","imageSrc":"https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-2.webp","title":"AI Product Explainer","tag":"Product Explainer"},{"description":"Storytelling that drives results.","imageSrc":"https://storage.googleapis.com/webild/default/templates/creative-portfolio/screen-3.webp","title":"Tech Marketing Video","tag":"Marketing Video"}]}
secondaryButton={{ text: "View all my projects", href: "#" }}
/>
</div>
);
}