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. + + +
- - + + + );