diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index 1178357..f1e8d15 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -8,43 +8,19 @@ export default function HeroSection(): React.JSX.Element {
return (
+ 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: "#" }}
+ />
);
}