feat(landing): slicing hero section

This commit is contained in:
euxzy
2025-06-28 11:05:06 +07:00
parent a5bde58bc8
commit 72888bd090
3 changed files with 38 additions and 5 deletions
@@ -18,7 +18,7 @@ export const Header: FC = () => {
const [expandMenu, setExpandMenu] = useState(false);
return (
<div className="bg-primary-50 w-full px-8 pt-8 top-0 z-50 md:px-[60px] md:pt-[60px] lg:px-20 sticky">
<div className="w-full px-8 pt-8 top-0 z-50 md:px-[60px] md:pt-[60px] lg:px-20 sticky">
<header
className="bg-white shadow-lg rounded-lg h-12 flex justify-between w-full max-w-7xl xl:mx-auto md:h-[60px] lg:h-[71px]"
aria-roledescription="nav"