import React from 'react' import s from './HomeFeature.module.scss' import HomeFeatureItem from './components/HomeFeatureItem/HomeFeatureItem' const HomeFeature = () => { return (
Webshop owner will upload products at 10:30pm shoppers can buy fresh products at 11pm. Most fresh fish and seafood will be listed at 8am from inventory. Show that food will be shipped in a greengrocery plastic bag.
) } export default HomeFeature