From ae41722019f9b2260d5505081bb53158fa45721b Mon Sep 17 00:00:00 2001 From: hardik Date: Sat, 2 Aug 2025 07:24:11 +0000 Subject: [PATCH] fix : added text animation and responsiveness in hero section --- src/components/hero/hero.tsx | 111 ++++++++++++++++++++++++++--------- 1 file changed, 82 insertions(+), 29 deletions(-) diff --git a/src/components/hero/hero.tsx b/src/components/hero/hero.tsx index 967327b..fcdbcc9 100644 --- a/src/components/hero/hero.tsx +++ b/src/components/hero/hero.tsx @@ -1,48 +1,101 @@ import { Box, Button, Container, Grid, Typography } from "@mui/material"; import { motion } from "framer-motion"; import backgroundImg from "../hero/Frame 22.png"; + export default function Hero() { return ( - - - - We Create
- Brands That Stick -
+ + + + + We Create
+ Brands That Stick +
+ + {/* Sliding second line after 7s */} + + + "Let your brand speak before you do." + + +
- - - We help founders grow through bold design, sharp strategy, and - smart marketing that drives recognition, engagement and - long-term brand loyalty. - - + + We help founders grow through bold design, sharp strategy, and + smart marketing that drives recognition, engagement and + long-term brand loyalty. + + +
- - + + + );