const BannerSection = () => { return (
{[1, 2, 1].map((num, i) => (
TECHNOLOGY CONSULTANCY

Make The Easiest Solution For You

We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure.

{[1, 2, 3, 4, 5].map((s) => (
))}
))}
); }; export default BannerSection;