import {HeroSection} from './hero-section' import {StatsSection} from './stats-section' import {ProductTypesSection} from './product-types-section' import {AdvantagesSection} from './advantages-section' import {ArticlesSection} from './articles-section' export default function Home() { return (
) }