import React, { useEffect } from "react"; const BannerSection = () => { return (
{[1, 1, 1].map((_, i) => (
Best it SOULTION Provider

Excellent It Services for Your Success

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

VIEW SERVICES   |
satisfied clients
FOLLOW US
{[18, 19, 20, 21, 22, 23].map((s, idx) => (
))}
))}
); }; export default BannerSection;